Instant is
off
|
Search plugin
|
Manual
|
haskell.org
fromJust
Packages
base
fromJust
:: Maybe a -> a
base
Data.Maybe
The
fromJust
function extracts the element out of a
Just
and throws an error if its argument is
Nothing
.
©
Neil Mitchell
2004-2012, version 4.2.11