diff options
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Std.v | 2 |
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 := [ |
