HaskellWorks.Data.Container
class Container a #
Associated Types
type Elem a #
Defined in HaskellWorks.Data.Container
type Elem ByteString #
type Elem (Vector Int16) #
type Elem (Vector Int32) #
type Elem (Vector Int64) #
type Elem (Vector Int8) #
type Elem (Vector Word16) #
type Elem (Vector Word32) #
type Elem (Vector Word64) #
type Elem (Vector Word8) #
type Elem (Vector Int) #
type Elem [a] #