| Copyright | (c) 2006-2007 Roman Leshchinskiy | 
|---|---|
| License | BSD-style (see the file LICENSE) | 
| Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 
| Stability | experimental | 
| Portability | portable | 
| Safe Haskell | None | 
| Language | Haskell98 | 
Data.Strict.Tuple
Description
Strict pairs.
Same as regular Haskell pairs, but (x :*: _|_) = (_|_ :*: y) = _|_
Documentation
The type of strict pairs.
Constructors
| !a :!: !b infixl 2 |