Additional coercion notation #
Defines notation for coercions.
- ↑ tis defined in core.
- (↑)is equivalent to the eta-reduction of- (↑ ·)
- ⇑ tis a coercion to a function type.
- (⇑)is equivalent to the eta-reduction of- (⇑ ·)
- ↥ tis a coercion to a type.
- (↥)is equivalent to the eta-reduction of- (↥ ·)
Partially applied coercion.  Equivalent to the η-reduction of (↑ ·)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Partially applied function coercion.  Equivalent to the η-reduction of (⇑ ·)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Partially applied type coercion.  Equivalent to the η-reduction of (↥ ·)
Equations
- One or more equations did not get rendered due to their size.