Skip to content

Destination array newtype wrapper #289

@Divesh-Otwani

Description

@Divesh-Otwani

In Data.Array.Destination, we should replace

newtype DArray a = DArray (MVector RealWorld a)

with

data DArray a where
  DArray :: !MVector RealWorld a -> DArray a 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions