definition: |
warningToDoc :: Doc -> Doc warningToDoc sW = text "Warning" <> text ":" <+> sW |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Returns 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 |