| |||||||||||
| |||||||||||
| Description | |||||||||||
Strict pairs. Same as regular Haskell pairs, but (x :*: _|_) = (_|_ :*: y) = _|_ | |||||||||||
| Synopsis | |||||||||||
| |||||||||||
| Documentation | |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| Extract the first component of a strict pair. | |||||||||||
| |||||||||||
| Extract the second component of a strict pair. | |||||||||||
| |||||||||||
| Curry a function on strict pairs. | |||||||||||
| |||||||||||
| Convert a curried function to a function on strict pairs. | |||||||||||
| Produced by Haddock version 2.1.0 |