CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Pretty.ppCFuncSignature

definition:
ppCFuncSignature :: Options -> QName -> CQualTypeExpr -> Doc
ppCFuncSignature opts qn tExp
    | isUntyped tExp = empty
    | otherwise = nest' opts
                $ sep [ genericPPName parsIfInfix qn
                      , align $ doubleColon <+> ppCQualTypeExpr opts tExp ]
 where
  isUntyped te = te == CQualType (CContext []) (CTCons (pre "untyped"))
demand:
argument 3
deterministic:
deterministic operation
documentation:
--- Pretty-print a function signature according to given options.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> _}
name:
ppCFuncSignature
precedence:
no precedence defined
result-values:
_
signature:
Options -> (String, String) -> AbstractCurry.Types.CQualTypeExpr
-> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term