module Ocamlduce:Operations on x-values.sig
..end
This module provides several functionality on x-values.
It complies with signatures Set.OrderedType
and Hashtbl.HashedType
.
It can thus directly be used as arguments to the Set.Make
, Map.Make
and Hashtbl.Make
functors.
typet =
{{Any}}
val print : Format.formatter -> {{Any}} -> unit
val to_string : {{Any}} -> string
print
but returns the value in a string.val hash : t -> int
val equal : t -> t -> bool
val compare : t -> t -> int
module Int:sig
..end
module NonnegInt:sig
..end
module Utf8:sig
..end
string
type (whose values
are interpreted as being UTF-8 encoded).
module Latin1:sig
..end
string
type (whose values
are interpreted as being iso-8859-1 encoded).
module Namespace:sig
..end
module Atom:sig
..end
module NamespaceTable:sig
..end
module NamespaceScope:sig
..end
module Load:sig
..end
module Print:sig
..end
module Record:sig
..end