module type Round = Base.Int.Roundmodule type Stable = sig ... endmodule type Hexable = sig ... endmodule type Extension = sig ... endmodule type S_unbounded = sig ... endmodule type S = sig ... endmodule type Extension_with_stable = sig ... end