CurryInfo: showflatcurry-3.0.0 / FlatCurry.ShowIntMod.showFuncDeclAsFlatCurry

definition:
showFuncDeclAsFlatCurry :: FuncDecl -> String
showFuncDeclAsFlatCurry fd = pPrint (ppFuncDecl opts fd)
  where opts = defaultOptions { currentModule = funcModule fd }
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
showFuncDeclAsFlatCurry
precedence:
no precedence defined
result-values:
_
signature:
FlatCurry.Types.FuncDecl -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term