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
68e1a9ac
Commit
68e1a9ac
authored
Oct 15, 2021
by
Michael Sammler
Browse files
update imports in lithium base
parent
d7b0f050
Pipeline
#55246
passed with stage
in 13 minutes and 37 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
theories/lithium/base.v
View file @
68e1a9ac
...
...
@@ -4,9 +4,8 @@ From iris.algebra Require Export big_op.
From
Coq
.
ZArith
Require
Import
Znumtheory
.
From
stdpp
Require
Import
gmap
list
.
From
iris
.
program_logic
Require
Import
weakestpre
.
From
iris
.
bi
Require
Import
derived_laws
.
Import
interface
.
bi
derived_laws
.
bi
.
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
bi
Require
Import
bi
.
From
iris
.
proofmode
Require
Import
proofmode
.
From
stdpp
Require
Import
natmap
.
From
refinedc
.
lithium
Require
Import
Z_bitblast
.
Set
Default
Proof
Using
"Type"
.
...
...
@@ -75,7 +74,7 @@ Tactic Notation "reduce_closed" constr(x) :=
(* from https://mattermost.mpi-sws.org/iris/pl/dcktjjjpsiycmrieyh74bzoagr *)
Ltac
solve_sep_entails
:
=
try
(
apply
equiv_entails
;
split
)
;
try
(
apply
(
anti_symm
_
)
)
;
iIntros
;
repeat
iMatchHyp
(
fun
H
P
=>
lazymatch
P
with
...
...
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