aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorHugo Herbelin2017-02-02 18:00:07 +0100
committerMaxime Dénès2017-03-24 12:17:35 +0100
commit68ffb813a0e1c7d62dac4769d0104210c2e5f6e9 (patch)
tree84056bfd6018a1e1afb757878c3ef376808739ed /intf
parentc6d6e8e5eba5420304fb387430294926cb3fc136 (diff)
Merging glob_binder and glob_decl.
Diffstat (limited to 'intf')
-rw-r--r--intf/glob_term.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/intf/glob_term.mli b/intf/glob_term.mli
index f83ff97b21..b3159c860c 100644
--- a/intf/glob_term.mli
+++ b/intf/glob_term.mli
@@ -78,8 +78,6 @@ and cases_clause = (Loc.t * Id.t list * cases_pattern list * glob_constr)
of [t] are members of [il]. *)
and cases_clauses = cases_clause list
-type glob_binder = (Name.t * binding_kind * glob_constr option * glob_constr)
-
(** A globalised term together with a closure representing the value
of its free variables. Intended for use when these variables are taken
from the Ltac environment. *)