CurryInfo: base-3.3.0 / Prelude.id

definition:
id :: a -> a
id x = x
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Identity function.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
id
precedence:
no precedence defined
result-values:
_
signature:
a -> a
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms