module Pair: functor (A : Thing) -> functor (B : Thing) -> Thing with type t = A.t * B.t
functor (
A
:
Thing
) ->
B
with type t = A.t * B.t
type t
include Hashtbl.HashedType
include Map.OrderedType
val output : out_channel -> t -> unit
out_channel -> t -> unit
val print : Format.formatter -> t -> unit
Format.formatter -> t -> unit