aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-09-15 00:42:13 +0200
committerPierre-Marie Pédrot2017-09-15 17:14:59 +0200
commit67851196e552948da9960fe32e9e9f628b349ee1 (patch)
tree5a862c5b167946e9a079b8ae9cfbd364f38a089d /theories
parent45beb72954651f3ac587faacd997a5459d122426 (diff)
Making Ltac2 representation of data coincide with the ML-side one.
Diffstat (limited to 'theories')
-rw-r--r--theories/Std.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Std.v b/theories/Std.v
index e938bc24b1..2eab172432 100644
--- a/theories/Std.v
+++ b/theories/Std.v
@@ -67,7 +67,7 @@ with intro_pattern_action := [
| IntroWildcard
| IntroOrAndPattern (or_and_intro_pattern)
| IntroInjection (intro_pattern list)
-| IntroApplyOn ((constr * intro_pattern) not_implemented) (* Not Implemented yet *)
+| IntroApplyOn ((unit -> constr), intro_pattern)
| IntroRewrite (bool)
]
with or_and_intro_pattern := [