Module Bastet__Int
module Additive : sig ... endmodule Multiplicative : sig ... endmodule Subtractive : sig ... endmodule Divisive : sig ... endmodule Eq : Bastet.Interface.EQ with type t = intmodule Ord : Bastet.Interface.ORD with type t = intmodule Bounded : Bastet.Interface.BOUNDED with type t = intmodule Show : Bastet.Interface.SHOW with type t = intmodule Semiring : Bastet.Interface.SEMIRING with type t = intmodule Ring : Bastet.Interface.RING with type t = intmodule Commutative_Ring : Bastet.Interface.COMMUTATIVE_RING with type t = intmodule Euclidean_Ring : Bastet.Interface.EUCLIDEAN_RING with type t = intmodule Infix : sig ... end