aboutsummaryrefslogtreecommitdiff
path: root/intf/notation_term.mli
diff options
context:
space:
mode:
authorHugo Herbelin2016-06-01 20:52:18 +0200
committerHugo Herbelin2016-06-02 14:16:11 +0200
commit39741ee5b9c5ea1948e2a97e00e362eea6d936d0 (patch)
treea53a512eb36f066804382c4d7943f2daf770f910 /intf/notation_term.mli
parent5cb0d0590eb01e0122c37904dbfdd53f0405d7f4 (diff)
Removing pointless field NPatVar. It does not make sense to have Meta
and Evar in notations, and there are anyway already forbidden.
Diffstat (limited to 'intf/notation_term.mli')
-rw-r--r--intf/notation_term.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/intf/notation_term.mli b/intf/notation_term.mli
index 39a36310d1..7c5d7657be 100644
--- a/intf/notation_term.mli
+++ b/intf/notation_term.mli
@@ -42,7 +42,6 @@ type notation_constr =
(Name.t * notation_constr option * notation_constr) list array *
notation_constr array * notation_constr array
| NSort of glob_sort
- | NPatVar of patvar
| NCast of notation_constr * notation_constr cast_type
(** Note concerning NList: first constr is iterator, second is terminator;