| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Language.PureScript.TypeClassDictionaries
Description
Documentation
data TypeClassDictionaryInScope Source
Data representing a type class dictionary which is in scope
Constructors
| TypeClassDictionaryInScope | |
Fields
| |
data TypeClassDictionaryType Source
The type of a type class dictionary
Constructors
| TCDRegular | A regular type class dictionary |
| TCDAlias (Qualified Ident) | A type class dictionary which is an alias for an imported dictionary from another module |
canonicalizeDictionary :: TypeClassDictionaryInScope -> Qualified Ident Source
Find the original dictionary which a type class dictionary in scope refers to