Functor Identifiable.Pair

module Pair: (A: Thing, B: Thing) => Thing with type t = (A.t, B.t);
Parameters:
A : Thing
B : Thing

type t;
include Hashtbl.HashedType;
include Map.OrderedType;
let output: (out_channel, t) => unit;
let print: (Format.formatter, t) => unit;