cognimeta-utils-0.1.2: Utilities for Cognimeta products (such as perdure). API may change often.
Cgm.Data.NEList
data NEList a Source
Instances
neSingleton :: a -> NEList aSource
neCons :: a -> NEList a -> NEList aSource
onNEList :: (a -> Maybe (NEList a) -> z) -> NEList a -> zSource
neAppend :: NEList a -> NEList a -> NEList aSource