Instant is
off
|
Search plugin
|
Manual
|
haskell.org
listToMaybe
Packages
base
listToMaybe
:: [a] -> Maybe a
base
Data.Maybe
The
listToMaybe
function returns
Nothing
on an empty list or
Just
a of the list.
©
Neil Mitchell
2004-2012, version 4.2.11