diff options
Diffstat (limited to 'vernac/prettyp.mli')
| -rw-r--r-- | vernac/prettyp.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/prettyp.mli b/vernac/prettyp.mli index dc4280f286..2ee9c4ed33 100644 --- a/vernac/prettyp.mli +++ b/vernac/prettyp.mli @@ -52,7 +52,7 @@ val print_impargs : qualid Constrexpr.or_by_notation -> Pp.t val print_graph : unit -> Pp.t val print_classes : unit -> Pp.t val print_coercions : unit -> Pp.t -val print_path_between : Classops.cl_typ -> Classops.cl_typ -> Pp.t +val print_path_between : Coercionops.cl_typ -> Coercionops.cl_typ -> Pp.t val print_canonical_projections : env -> Evd.evar_map -> Pp.t (** Pretty-printing functions for type classes and instances *) |
