zoom-cache-1.1.0.0: A streamable, seekable, zoomable cache file format

Portabilityunknown
Stabilityunstable
MaintainerConrad Parker <conrad@metadecks.org>

Data.ZoomCache.NList

Description

Fixed-length lists.

Documentation

data NList n a Source

Constructors

NList n [a] 

Instances

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) 
(Nat n, ZoomWritable a) => ZoomWritable (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