CurryInfo: finite-map-3.0.0 / Data.FiniteMap.keyOrder

definition:
keyOrder :: FM key _ -> (key->key->Bool)
keyOrder (FM lt _) = lt
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Retrieves the ordering on which the given finite map is built.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({FM}) |-> _}
name:
keyOrder
precedence:
no precedence defined
result-values:
_
signature:
FM a b -> a -> a -> Prelude.Bool
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms