CurryInfo: stylechecker-2.0.0 / Pretty.ToString.warningToDoc

definition:
warningToDoc :: Doc -> Doc
warningToDoc sW = yellow (text "Warning") <> text ":"
                     <+> sW
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Return `Doc` with formatted Warning.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
warningToDoc
precedence:
no precedence defined
result-values:
_
signature:
Text.PrettyImpl.Doc -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term