Module Deriving_Json_import
module Poly : sig ... endmodule Char : sig ... endinclude module type of struct include Int_replace_polymorphic_compare end
val (<) : int -> int -> boolval (<=) : int -> int -> boolval (<>) : int -> int -> boolval (=) : int -> int -> boolval (>) : int -> int -> boolval (>=) : int -> int -> boolval compare : int -> int -> intval equal : int -> int -> boolval max : int -> int -> intval min : int -> int -> int