CurryInfo: base-3.4.0 / Data.Maybe.isJust

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