Portability | unknown |
---|---|
Stability | unstable |
Maintainer | Conrad Parker <conrad@metadecks.org> |
Safe Haskell | None |
Fixed-length lists.
Documentation
NList n [a] |
Eq a => Eq (NList n a) | |
(Show n, Show a) => Show (NList n a) | |
Typeable a => Typeable (NList n a) | |
(Nat n, Arbitrary a) => Arbitrary (NList n a) | |
(ZoomReadable (NList n a), Nat n, ZoomWritable a) => ZoomWritable (NList n a) | |
(Typeable (NList n a), Nat n, ZoomReadable a) => ZoomReadable (NList n a) | |
(Nat n, ZoomWrite a, ZoomWritable a) => ZoomWrite (SampleOffset, NList n a) | |
(Nat n, ZoomWrite a, ZoomWritable a) => ZoomWrite (NList n a) |
nListToList :: NList n a -> [a]Source