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, 1 insertions, 0 deletions
diff --git a/intf/notation_term.mli b/intf/notation_term.mli
index daf605ab28..8bb43e96a5 100644
--- a/intf/notation_term.mli
+++ b/intf/notation_term.mli
@@ -25,6 +25,7 @@ type notation_constr =
| NVar of Id.t
| NApp of notation_constr * notation_constr list
| NHole of Evar_kinds.t * Genarg.glob_generic_argument option
+ | NProj of projection * notation_constr
| NList of Id.t * Id.t * notation_constr * notation_constr * bool
(** Part only in [glob_constr] *)
| NLambda of Name.t * notation_constr * notation_constr