You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should implement an (optional) mechanism for encoding the size of a statically sized array in the Haskell type, perhaps Data.Vector.Storable.Sized or a bespoke
newtypeArrayPtr (n::Nat) a=ArrayPtr (Ptra)
Tracking support for multidimensional arrays as a separate ticket at #59.
The text was updated successfully, but these errors were encountered:
We should implement an (optional) mechanism for encoding the size of a statically sized array in the Haskell type, perhaps Data.Vector.Storable.Sized or a bespoke
Tracking support for multidimensional arrays as a separate ticket at #59.
The text was updated successfully, but these errors were encountered: