Deriving_Boundedmodule type Bounded = sig ... endmodule Bounded_bool : Bounded with type a = boolmodule Bounded_char : Bounded with type a = charmodule Bounded_int : Bounded with type a = intmodule Bounded_int32 : Bounded with type a = int32module Bounded_int64 : Bounded with type a = int64module Bounded_nativeint : Bounded with type a = nativeintmodule Bounded_unit : Bounded with type a = unitmodule Bounded_open_flag : Bounded with type a = Pervasives.open_flagmodule Bounded_fpclass : Bounded with type a = Pervasives.fpclass