diff options
| author | Hugo Herbelin | 2020-10-22 18:57:10 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-10-29 14:36:28 +0100 |
| commit | c1e7b28f5977eafd45c36c2ffdca9b7145d867bb (patch) | |
| tree | 982d7c792cf51ddced0792e97e26ab288ee0f3cd /plugins/ltac/tacintern.mli | |
| parent | 473160ebe4a835dde50d6c209ab17c7e1b84979c (diff) | |
Use same code for "Print Ltac foo" and "Print foo" when "foo" is an Ltac.
Adopting the same format means printing "Ltac foo := ..." and not the
fully qualified name of foo.
Diffstat (limited to 'plugins/ltac/tacintern.mli')
| -rw-r--r-- | plugins/ltac/tacintern.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/ltac/tacintern.mli b/plugins/ltac/tacintern.mli index 22ec15566b..f779aa470c 100644 --- a/plugins/ltac/tacintern.mli +++ b/plugins/ltac/tacintern.mli @@ -55,9 +55,6 @@ val intern_hyp : glob_sign -> lident -> lident val intern_genarg : glob_sign -> raw_generic_argument -> glob_generic_argument -(** printing *) -val print_ltac : Libnames.qualid -> Pp.t - (** Reduction expressions *) val intern_red_expr : glob_sign -> raw_red_expr -> glob_red_expr |
