module Interval: Intervalmodule type S = Interval_intf.Smodule type S1 = Interval_intf.S1include Interval_intf.S1
module Make(M:sigtypetinclude Comparable.Sinclude Sexpable.Sinclude Binable.Send):Swith type bound = M.t and type 'a poly_t = M.t t
module Float:Swith type bound = Float.t and type 'a poly_t = Float.t t
module Int:Swith type bound = Int.t and type 'a poly_t = Int.t t
module Time:sig..end