aboutsummaryrefslogtreecommitdiff
path: root/vernac/prettyp.mli
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2019-12-15 04:52:13 +0900
committerKazuhiko Sakaguchi2019-12-28 01:52:52 +0900
commitf5952c10856791b10393c0bfb9dc55277d41a5c7 (patch)
tree0b1574b47162beb726a0255f009109b271b1727a /vernac/prettyp.mli
parent9c74438f09c2dddaa320eccf4d0842c77e3c863d (diff)
Extend `Print Canonical Projections` with a search functionality
The `Print Canonical Projections` command now can take constants and prints only the unification rules that involves or are synthesized from given constants.
Diffstat (limited to 'vernac/prettyp.mli')
-rw-r--r--vernac/prettyp.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/prettyp.mli b/vernac/prettyp.mli
index 2ee9c4ed33..ac41f30c5d 100644
--- a/vernac/prettyp.mli
+++ b/vernac/prettyp.mli
@@ -53,7 +53,7 @@ val print_graph : unit -> Pp.t
val print_classes : unit -> Pp.t
val print_coercions : unit -> Pp.t
val print_path_between : Coercionops.cl_typ -> Coercionops.cl_typ -> Pp.t
-val print_canonical_projections : env -> Evd.evar_map -> Pp.t
+val print_canonical_projections : env -> Evd.evar_map -> GlobRef.t list -> Pp.t
(** Pretty-printing functions for type classes and instances *)
val print_typeclasses : unit -> Pp.t