aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/constrintern.mli
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-02-02 17:03:10 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-03-24 12:17:35 +0100
commita1e5a87c9d4368fe17d93988b010acfb1c96771b (patch)
treef44227e471056f5a07434d632698fc66ddb3a0d6 /interp/constrintern.mli
parentd91a0c27402f0f19a30147bb9d87387ca2a91fd0 (diff)
Cleaning phase around local binder at glob level:
Aligned the type binder_data to the naming scheme used in (raw) local_binder and Rel.Declaration.t. Made some code factorization. Still to do: align type Glob_term.glob_binder to the Assum/Def format too. Note: this includes fix of anomaly with 'pat in cofix (dec77f282).
Diffstat (limited to 'interp/constrintern.mli')
-rw-r--r--interp/constrintern.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/interp/constrintern.mli b/interp/constrintern.mli
index 61e7c6f5c..021b565c8 100644
--- a/interp/constrintern.mli
+++ b/interp/constrintern.mli
@@ -75,8 +75,6 @@ type ltac_sign = {
val empty_ltac_sign : ltac_sign
-type glob_binder = (Name.t * binding_kind * glob_constr option * glob_constr)
-
(** {6 Internalization performs interpretation of global names and notations } *)
val intern_constr : env -> constr_expr -> glob_constr