| ||||||||
| ||||||||
| Description | ||||||||
Utilities for working with the Either data type Copyright (c) 2004 John Goerzen, jgoerzen@complete.org | ||||||||
| Synopsis | ||||||||
| ||||||||
| Documentation | ||||||||
| forceMaybe :: Maybe a -> a | ||||||||
| Pulls a Just value out of a Maybe value. If the Maybe value is Nothing, raises an exception with error. | ||||||||
| Produced by Haddock version 0.6 |