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
9da8555a
Commit
9da8555a
authored
Nov 17, 2021
by
Michael Sammler
Browse files
bail out early for trivial sideconditions
parent
b20b6026
Pipeline
#57395
passed with stage
in 17 minutes and 23 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
theories/lithium/interpreter.v
View file @
9da8555a
...
@@ -724,6 +724,7 @@ Ltac liSideCond :=
...
@@ -724,6 +724,7 @@ Ltac liSideCond :=
lazymatch
P
with
lazymatch
P
with
|
shelve_hint
_
=>
split
;
[
unfold
shelve_hint
;
li_shelve_sidecond
|]
|
shelve_hint
_
=>
split
;
[
unfold
shelve_hint
;
li_shelve_sidecond
|]
|
_
=>
first
[
|
_
=>
first
[
split
;
[
done_no_false
|]
|
progress
normalize_goal_and
|
progress
normalize_goal_and
|
lazymatch
P
with
lazymatch
P
with
|
context
[
protected
_
]
=>
first
[
|
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