CurryInfo: wl-pprint-3.0.0 / Text.Pretty.green

definition:
green :: Doc -> Doc
green d = Doc (OpenFormat (SetForeground Green) . deDoc d . CloseFormat)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The document `(green d)` displays document `d` with green text color
--- @param d - a document
--- @return document d displayed with green text color
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {Doc}}
name:
green
precedence:
no precedence defined
result-values:
{Doc}
signature:
Text.PrettyImpl.Doc -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms