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
7b665ce0
Commit
7b665ce0
authored
Nov 19, 2021
by
Michael Sammler
Browse files
don't call splitting_fast_done on goals with protected evars
parent
c1b44eaa
Pipeline
#57705
passed with stage
in 22 minutes and 55 seconds
Changes
1
Pipelines
5
Show whitespace changes
Inline
Side-by-side
theories/lithium/interpreter.v
View file @
7b665ce0
...
...
@@ -724,7 +724,10 @@ Ltac liSideCond :=
lazymatch
P
with
|
shelve_hint
_
=>
split
;
[
unfold
shelve_hint
;
li_shelve_sidecond
|]
|
_
=>
first
[
split
;
[
splitting_fast_done
|]
|
lazymatch
P
with
|
context
[
protected
_
]
=>
fail
|
_
=>
split
;
[
splitting_fast_done
|]
end
|
progress
normalize_goal_and
|
lazymatch
P
with
|
context
[
protected
_
]
=>
first
[
...
...
Write
Preview
Markdown
is supported
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