 | MetaObject-0.0.1: A meta-object system for Haskell based on Perl 6 | Contents | Index |
|
|
|
|
|
Documentation |
|
data Role m |
Constructors | | Instances | |
|
|
emptyRole :: Role m |
|
parent_roles :: Role m -> [Role m] |
|
role_private_methods :: Role m -> Collection (AnyMethod m) |
|
role_public_methods :: Role m -> Collection (AnyMethod m) |
|
role_attributes :: Role m -> [Attribute m] |
|
all_using_role_shadowing :: (Show a, Ord a) => Role m -> (Role m -> Collection a) -> Collection a |
|
all_using_role_inheritance :: (Show a, Ord a) => Role m -> (Role m -> Collection a) -> Collection a |
|
Produced by Haddock version 2.1.0 |