Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
77ed4519
Commit
77ed4519
authored
Aug 13, 2019
by
Robbert Krebbers
Browse files
Attempt at fixing compilation with Coq 8.7.2.
parent
d6672184
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/ltac_tactics.v
View file @
77ed4519
...
...
@@ -574,7 +574,7 @@ Local Tactic Notation "iForallRevert" ident(x) :=
let
H
:
=
pretty_ident
H
in
fail
2
"iRevert:"
x
"is used in hypothesis"
H
end
)
in
iStartProof
;
first
[
let
_
:
=
type
of
x
in
idtac
|
fail
1
"iRevert:"
x
"not in scope"
]
;
first
[
let
A
:
=
type
of
x
in
idtac
|
fail
1
"iRevert:"
x
"not in scope"
]
;
let
A
:
=
type
of
x
in
lazymatch
type
of
A
with
|
Prop
=>
revert
x
;
first
[
apply
tac_pure_revert
|
err
x
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment