CurryInfo: curry-interface-2.0.1 / CurryInterface.Pretty.ppMaybe

definition:
ppMaybe :: (a -> Doc) -> Maybe a -> Doc
ppMaybe _ Nothing = empty
ppMaybe p (Just x) = p x
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- HELPER FUNCTIONS
--- pretty-print Just as normal, Nothing as empty
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{Nothing}) |-> {Doc} || (_,{Just}) |-> _}
name:
ppMaybe
precedence:
no precedence defined
result-values:
_
signature:
(a -> Text.PrettyImpl.Doc) -> Prelude.Maybe a -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms