Skip to content

What immutable array type should linear base use? #185

@aspiwack

Description

@aspiwack

In the Array.Destination, the alloc function has type

alloc :: Int -> (DArray a #-> ()) #-> Vector a

This is saying that our type of immutable array is Vector a. There is nothing wrong with it, to be honest. The vector library is standard enough to be part of a standard library at this point. I just want to make sure that we all agree on this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions