Skip to content

More polymorphism in snapshot etc. #24

@dakom

Description

@dakom

Currently, functions like snapshot allow passing in any type of Cell (i.e. CellLoop, CellSink, ...)

However, they must all be the same type right now. Need to change the signatures so that each kind gets its own type variable (e.g. SodiumCell celA, SodiumCell celB)

This isn't a showstopper since one can always use toCell to convert it

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions