definition:
|
showFlatCurry :: Prog -> String
showFlatCurry = pPrint . ppProg defaultOptions
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
---------------------------------------------------------------------------
--- Show FlatCurry module in pretty-printed form
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {.._#lambda508}}
|
name:
|
showFlatCurry
|
precedence:
|
no precedence defined
|
result-values:
|
{.._#lambda508}
|
signature:
|
FlatCurry.Types.Prog -> String
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|