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 | Safe |
Language | Haskell98 |
Data.Strict.Either
Description
Strict Either
.
Same as the standard Haskell Either
, but Left _|_ = Right _|_ = _|_
Documentation
The strict choice type.