aboutsummaryrefslogtreecommitdiff
path: root/intf/notation_term.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2013-12-22 02:32:49 +0100
committerPierre-Marie Pédrot2013-12-22 04:42:35 +0100
commit455d5ee36dc36cbf094ddccf43059cddceedcd1f (patch)
tree4d4e1e139e667fd18c8502f736fed2ae09f380ba /intf/notation_term.mli
parentca67a3fb4184c81449101d9a0cec511ccde09d43 (diff)
Notations now accept the $(...)$ tactic-in-term syntax. They are resolved at
internalization time.
Diffstat (limited to 'intf/notation_term.mli')
-rw-r--r--intf/notation_term.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/notation_term.mli b/intf/notation_term.mli
index ac5e0f5f9c..daf605ab28 100644
--- a/intf/notation_term.mli
+++ b/intf/notation_term.mli
@@ -24,7 +24,7 @@ type notation_constr =
| NRef of global_reference
| NVar of Id.t
| NApp of notation_constr * notation_constr list
- | NHole of Evar_kinds.t
+ | NHole of Evar_kinds.t * Genarg.glob_generic_argument option
| NList of Id.t * Id.t * notation_constr * notation_constr * bool
(** Part only in [glob_constr] *)
| NLambda of Name.t * notation_constr * notation_constr