Skip to content

Commit 303eca1

Browse files
committed
Stop exposing Tac2intern.globalize
(only used when unset typed notations, caller also in tac2intern)
1 parent f0d73df commit 303eca1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugins/ltac2/tac2intern.mli

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ val subst_rawexpr : substitution -> raw_tacexpr -> raw_tacexpr
6363

6464
(** {5 Notations} *)
6565

66-
val globalize : Id.Set.t -> raw_tacexpr -> raw_tacexpr
67-
(** Replaces all qualified identifiers by their corresponding kernel name. The
68-
set represents bound variables in the context. *)
69-
7066
val debug_globalize_allow_ext : Id.Set.t -> raw_tacexpr -> raw_tacexpr
7167
(** Variant of globalize which can accept CTacExt using the provided function.
7268
Intended for debugging. *)

0 commit comments

Comments
 (0)