module Utils: sig .. end
sig
end
module type Comparable = sig .. end
module Int: Comparable with type t = int
Comparable
with type t = int
module Float: sig .. end