Safe Haskell | None |
---|
Language.PureScript.Values
Description
Documentation
data UnaryOperator Source
Constructors
Negate | |
Not | |
BitwiseNot | |
Positive |
data BinaryOperator Source
Constructors
data TypeClassDictionaryType Source
Constructors
TCDRegular | |
TCDAlias (Qualified Ident) |
data TypeClassDictionaryInScope Source
Constructors
TypeClassDictionaryInScope | |
Fields |
data DoNotationElement Source
Constructors
DoNotationValue Value | |
DoNotationBind Binder Value | |
DoNotationLet Binder Value |