MetaObject-0.0.6.20150815: A meta-object system for Haskell based on Perl 6
MO.Capture
Synopsis
data Capt a Source
a Capture is a frozen version of the arguments to an application.
Constructors
Fields
Instances
data Feed a Source
non-invocant arguments.
maps to [:a:] and not a since if the Sig stipulates x, "x => 1, x => 2" constructs x = (1, 2).
x, "x => 1, x => 2" constructs
emptyFeed :: Feed a Source
concatFeeds :: Seq (Feed a) -> Feed a Source