aboutsummaryrefslogtreecommitdiff
path: root/intf/notation_term.mli
diff options
context:
space:
mode:
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;