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

definition:
ppCFuncDeclWithoutSig :: Options -> CFuncDecl -> Doc
ppCFuncDeclWithoutSig opts fDecl@(CFunc qn _ _ _ rs) =
    ppCRules funcDeclOpts qn rs
    where funcDeclOpts = addFuncNamesToOpts (funcNamesOfFDecl fDecl) opts
ppCFuncDeclWithoutSig opts (CmtFunc cmt qn a v tExp rs) =
    ppCDocComment cmt <$!$> ppCFuncDeclWithoutSig opts (CFunc qn a v tExp rs)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Pretty-print a function declaration without signature.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{CFunc}) |-> _ || (_,{CmtFunc}) |-> _}
name:
ppCFuncDeclWithoutSig
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