definition:
|
showSimpExp :: Expr -> String
showSimpExp = showExp . simpExpr
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
------------------------------------------------------------------------------
-- Shows the simplified expression.
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
name:
|
showSimpExp
|
precedence:
|
no precedence defined
|
result-values:
|
{.._#lambda508}
|
signature:
|
FlatCurry.Types.Expr -> String
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|