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
06fad70e
Commit
06fad70e
authored
Sep 27, 2016
by
Robbert Krebbers
Browse files
Use lazymatch in iClear to avoid backtracking on errors.
parent
669cdfa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
proofmode/tactics.v
View file @
06fad70e
...
...
@@ -58,7 +58,7 @@ Tactic Notation "iRename" constr(H1) "into" constr(H2) :=
Tactic
Notation
"iClear"
constr
(
Hs
)
:
=
let
rec
go
Hs
:
=
match
Hs
with
lazy
match
Hs
with
|
[]
=>
idtac
|
"★"
::
?Hs
=>
eapply
tac_clear_spatial
;
[
env_cbv
;
reflexivity
|
go
Hs
]
|
?H
::
?Hs
=>
...
...
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