Skip to content

Add support for vectors/arrays #2

@edsko

Description

@edsko

Boxed vectors are already supported, but adding support for the other flavours is a bit trickier:

  • Storable and Primitive vectors have a Storable constraint on the element type, and we have no Storable instance for Void. We could define an oprhan, but even then I'm not sure that casting an empty Vector a to Vector Void is safe. Needs a bit of thought.
  • Unboxed is a data family; not necessarily a problem, just requires a lot of cases.

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