module type Hashable_sexpable = sig .. end
sig
end
type t
include Hashable.S
val compare : t -> t -> int
t -> t -> int
include Sexpable.S