CurryInfo: stylechecker-2.0.0 / Pretty.ToJson.hintToDoc

definition:
hintToDoc :: Config -> Doc -> Doc
hintToDoc conf sH = if (hints conf)
                      then text "Hint:" <+> sH
                      else empty
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Return Doc with formatted hint.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
hintToDoc
precedence:
no precedence defined
result-values:
_
signature:
Types.Config -> 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