Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
RefinedC
Commits
93ad2443
Commit
93ad2443
authored
Aug 20, 2021
by
Michael Sammler
Browse files
ensure that there is no bad backtracking
parent
567f11f2
Pipeline
#52430
passed with stage
in 33 minutes and 11 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
theories/lithium/interpreter.v
View file @
93ad2443
...
...
@@ -528,8 +528,8 @@ Ltac liFindInContext :=
multiple implementations of [FindInContext]. They are tried in the
order of their priorities.
See https://coq.zulipchat.com/#narrow/stream/237977-Coq-users/topic/Multi-success.20TC.20resolution.20from.20ltac.3F/near/242759123 *)
simple
notypeclasses
refine
(
tac_fast_apply
((
_
:
FindInContext
fic
key
)
_
).(
i2p_proof
)
_
)
;
[
shelve
|
typeclasses
eauto
|
simpl
;
repeat
liExist
false
;
liFindHypOrTrue
key
]
once
(
simple
notypeclasses
refine
(
tac_fast_apply
((
_
:
FindInContext
fic
key
)
_
).(
i2p_proof
)
_
)
;
[
shelve
|
typeclasses
eauto
|
simpl
;
repeat
liExist
false
;
liFindHypOrTrue
key
]
)
end
.
Ltac
liTrue
:
=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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