Module Genprintval
module type OBJ = sig ... endmodule type EVALPATH = sig ... endmodule type S = sig ... endmodule Make
(O : Genprintval.OBJ)
(_ : Genprintval.EVALPATH with type valu = O.t) :
Genprintval.S with type t = O.tGenprintvalmodule type OBJ = sig ... endmodule type EVALPATH = sig ... endmodule type S = sig ... endmodule Make
(O : Genprintval.OBJ)
(_ : Genprintval.EVALPATH with type valu = O.t) :
Genprintval.S with type t = O.t