MissingH API ManualContentsIndex
MissingH.Maybe
Portability portable
Stability provisional
Maintainer jgoerzen@complete.org
Description

Utilities for working with the Either data type

Copyright (c) 2004 John Goerzen, jgoerzen@complete.org

Synopsis
forceMaybe :: Maybe a -> a
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