| MetaObject-0.0.1: A meta-object system for Haskell based on Perl 6 | Contents | Index |
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
data Capt a |
a Capture is a frozen version of the arguments to an application.
| Constructors | CaptMeth | | c_invocant :: a | | c_feeds :: [:Feed a:] | |
| CaptSub | | |
| Instances | |
|
|
data Feed a |
non-invocant arguments.
| Constructors | MkFeed | | f_positionals :: [:a:] | | f_nameds :: AtomMap [:a:] | maps to [:a:] and not a since if the Sig stipulates
x, x => 1, x => 2 constructs x = (1, 2).
|
|
| Instances | |
|
|
emptyFeed :: Feed a |
|
concatFeeds :: [:Feed a:] -> Feed a |
|
Produced by Haddock version 2.1.0 |