| Portability | GHC |
|---|---|
| Stability | highly unstable |
| Maintainer | stephen.tetley@gmail.com |
Wumpus.Basic.Kernel.Base.WrappedPrimitive
Contents
Description
Wrapped versions of the Primitive type from Wumpus-Core.
This file is essentially internal to Wumpus-Basic.
Primitives
A wrapped version of Primitive from Wumpus-Core that
supports Monoid.
Note that CatPrim provides a single-object that can be hyperlinked or whatever.
It is different to HPrim which is intended as a list type
with efficient concatenation to support building of multiple
Primitives in a frame.
This type is essentially internal to Wumpus-Basic.
Collected primitives - this type is effectively an analogue
to a Frame in Wumpus-Core.
This type is essentially internal to Wumpus-Basic.
hprimToList :: HPrim u -> [Primitive]Source