Safe Haskell | None |
---|---|
Language | Haskell98 |
Helium.ModuleSystem.DictionaryEnvironment
Description
Documentation
data DictionaryEnvironment Source
Instances
data DictionaryTree Source
Constructors
ByPredicate Predicate | |
ByInstance String String [DictionaryTree] | |
BySuperClass String String DictionaryTree |
Instances
makeDictionaryTrees :: ClassEnvironment -> Predicates -> Predicates -> Maybe [DictionaryTree] Source