CurryInfo: base-3.3.0 / Data.Maybe.isJust

definition:
isJust :: Maybe _ -> Bool
isJust (Just _) = True
isJust Nothing  = False
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Return `True` iff the argument is of the form `Just _`.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Just}) |-> {True} || ({Nothing}) |-> {False}}
name:
isJust
precedence:
no precedence defined
result-values:
{False,True}
signature:
Prelude.Maybe a -> Prelude.Bool
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms