CurryInfo: base-3.3.0 / Prelude.PEVAL

definition:
PEVAL   :: a -> a
PEVAL x = x
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Identity function used by the partial evaluator
--- to mark expressions to be partially evaluated.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
PEVAL
precedence:
no precedence defined
result-values:
_
signature:
a -> a
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms