CurryInfo: stylechecker-2.0.0 / Pretty.ToString.hintToDoc

definition: Info
 
hintToDoc :: Config -> Doc -> Doc
hintToDoc conf sH = if (hints conf && (verbosity conf) >= 1)
                      then text "Hint:" <+> sH
                      else empty
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Return `Doc` with formatted Hint.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 hintToDoc
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Types.Config -> Text.PrettyImpl.Doc -> Text.PrettyImpl.Doc
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term