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