Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
data TypeClassDictionaryInScope Source
Data representing a type class dictionary which is in scope
TypeClassDictionaryInScope | |
|
data TypeClassDictionaryType Source
The type of a type class dictionary
TCDRegular | A regular type class dictionary |
TCDAlias (Qualified Ident) | A type class dictionary which is an alias for an imported dictionary from another module |