| Portability | portable | 
|---|---|
| Stability | experimental | 
| Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 
| Safe Haskell | None | 
Data.Strict.Tuple
Description
Strict pairs.
Same as regular Haskell pairs, but (x :*: _|_) = (_|_ :*: y) = _|_
Documentation
The type of strict pairs.
Constructors
| !a :!: !b |