purescript-sized-vectors icon indicating copy to clipboard operation
purescript-sized-vectors copied to clipboard

Idris style sized vectors in PureScript

Results 2 purescript-sized-vectors issues
Sort by recently updated
recently updated
newest added

Since the latest major release, PureScript now has typelevel Integers. This makes the approach used in this library obsolete. I am not sure if it makes sense to update to...

Hi! In one of my projects, I found myself writing this: ```purescript import Data.Typelevel.Num (class Lt, class Nat, class Pos, class Pred, class Sub, class Succ, D0, D1, D2, D3,...