cognimeta-utils-0.1.2: Utilities for Cognimeta products (such as perdure). API may change often.

Safe HaskellSafe-Inferred

Cgm.Data.NEList

Documentation

data NEList a Source

Instances

Show a => Show (NEList a) 

neCons :: a -> NEList a -> NEList aSource

onNEList :: (a -> Maybe (NEList a) -> z) -> NEList a -> zSource