CurryInfo: peano-1.1.0 / Data.Nat.fromNat

definition:
fromNat :: Nat -> Int
fromNat Z     = 0
fromNat (S n) = 1 + fromNat n
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Transforms a natural number into a standard integer.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Z}) |-> {0} || ({S}) |-> _}
name:
fromNat
precedence:
no precedence defined
result-values:
_
signature:
Nat -> Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms