CurryInfo: base-3.3.0 / Prelude.ord

definition:
ord :: Char -> Int
ord c = prim_ord $# c
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Converts a character into its ASCII value.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
ord
precedence:
no precedence defined
result-values:
_
signature:
Char -> Int
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms