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

definition:
ppCFuncDecl :: Options -> CFuncDecl -> Doc
ppCFuncDecl opts fDecl@(CFunc qn _ _ tExp _) =
    ppCFuncSignature opts qn tExp <$!$> ppCFuncDeclWithoutSig opts fDecl
ppCFuncDecl opts (CmtFunc cmt qn a v tExp rs) =
    ppCDocComment cmt <$!$> ppCFuncDecl opts (CFunc qn a v tExp rs)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Pretty-print a function declaration.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{CFunc}) |-> _ || (_,{CmtFunc}) |-> _}
name:
ppCFuncDecl
precedence:
no precedence defined
result-values:
_
signature:
Options -> AbstractCurry.Types.CFuncDecl -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term