CurryInfo: base-3.4.0 / Prelude.id

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