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
Iris
Iris
Commits
c1be91f7
Commit
c1be91f7
authored
Feb 15, 2018
by
Ralf Jung
Browse files
move fractional.v to new lib/ folder
parent
a0ac556c
Pipeline
#6801
passed with stage
in 10 minutes and 28 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_CoqProject
View file @
c1be91f7
...
...
@@ -32,11 +32,11 @@ theories/bi/big_op.v
theories/bi/updates.v
theories/bi/bi.v
theories/bi/tactics.v
theories/bi/fractional.v
theories/bi/counter_examples.v
theories/bi/fixpoint.v
theories/bi/monpred.v
theories/bi/embedding.v
theories/bi/lib/fractional.v
theories/base_logic/upred.v
theories/base_logic/derived.v
theories/base_logic/base_logic.v
...
...
theories/base_logic/lib/cancelable_invariants.v
View file @
c1be91f7
From
iris
.
base_logic
.
lib
Require
Export
invariants
.
From
iris
.
bi
Require
Import
fractional
.
From
iris
.
bi
.
lib
Require
Import
fractional
.
From
iris
.
algebra
Require
Export
frac
.
From
iris
.
proofmode
Require
Import
tactics
.
Set
Default
Proof
Using
"Type"
.
...
...
theories/base_logic/lib/gen_heap.v
View file @
c1be91f7
From
iris
.
algebra
Require
Import
auth
gmap
frac
agree
.
From
iris
.
base_logic
.
lib
Require
Export
own
.
From
iris
.
bi
Require
Import
fractional
.
From
iris
.
bi
.
lib
Require
Import
fractional
.
From
iris
.
proofmode
Require
Import
tactics
.
Set
Default
Proof
Using
"Type"
.
Import
uPred
.
...
...
theories/bi/fractional.v
→
theories/bi/
lib/
fractional.v
View file @
c1be91f7
File moved
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