module type S = sig .. end
sig
end
type t
include Sexpable.S
val (=) : t -> t -> bool
t -> t -> bool