Base.Int_math
module type Make_arg = sig ... end
module Make (X : Make_arg) : sig ... end
module Private : sig ... end