Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iron
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iron
Commits
f7c8b3a3
Commit
f7c8b3a3
authored
Feb 01, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Iris, make compatible with Coq master.
parent
4069fe36
Pipeline
#14373
passed with stage
in 5 minutes and 48 seconds
Changes
5
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
opam
opam
+1
-1
theories/algebra/vfrac_auth.v
theories/algebra/vfrac_auth.v
+2
-2
theories/bi/fracpred.v
theories/bi/fracpred.v
+1
-1
theories/iron_logic/fcinv.v
theories/iron_logic/fcinv.v
+1
-1
theories/iron_logic/iron.v
theories/iron_logic/iron.v
+2
-2
No files found.
opam
View file @
f7c8b3a3
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iron" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iron" ]
depends: [
depends: [
"coq-iris" { (= "dev.201
8-11-08.2.9eee9408
") | (= "dev") }
"coq-iris" { (= "dev.201
9-02-01.0.de7eab03
") | (= "dev") }
]
]
theories/algebra/vfrac_auth.v
View file @
f7c8b3a3
...
@@ -35,8 +35,8 @@ Definition vfrac_auth_frag {A : cmraT} (q : Qp) (x : A) : vfrac_authR A :=
...
@@ -35,8 +35,8 @@ Definition vfrac_auth_frag {A : cmraT} (q : Qp) (x : A) : vfrac_authR A :=
Typeclasses
Opaque
vfrac_auth_auth
vfrac_auth_frag
.
Typeclasses
Opaque
vfrac_auth_auth
vfrac_auth_frag
.
Instance
:
Params
(@
vfrac_auth_auth
)
2
.
Instance
:
Params
(@
vfrac_auth_auth
)
2
:
=
{}
.
Instance
:
Params
(@
vfrac_auth_frag
)
2
.
Instance
:
Params
(@
vfrac_auth_frag
)
2
:
=
{}
.
Notation
"●?{ q } a"
:
=
(
vfrac_auth_auth
q
a
)
(
at
level
10
,
format
"●?{ q } a"
).
Notation
"●?{ q } a"
:
=
(
vfrac_auth_auth
q
a
)
(
at
level
10
,
format
"●?{ q } a"
).
Notation
"◯?{ q } a"
:
=
(
vfrac_auth_frag
q
a
)
(
at
level
10
,
format
"◯?{ q } a"
).
Notation
"◯?{ q } a"
:
=
(
vfrac_auth_frag
q
a
)
(
at
level
10
,
format
"◯?{ q } a"
).
...
...
theories/bi/fracpred.v
View file @
f7c8b3a3
...
@@ -269,7 +269,7 @@ Class FObjective {PROP : bi} (P : fracPred PROP) :=
...
@@ -269,7 +269,7 @@ Class FObjective {PROP : bi} (P : fracPred PROP) :=
Arguments
FObjective
{
_
}
_
%
I
.
Arguments
FObjective
{
_
}
_
%
I
.
Arguments
fobjective_at
{
_
}
_
%
I
{
_
}.
Arguments
fobjective_at
{
_
}
_
%
I
{
_
}.
Hint
Mode
FObjective
+
!
:
typeclass_instances
.
Hint
Mode
FObjective
+
!
:
typeclass_instances
.
Instance
:
Params
(@
FObjective
)
1
.
Instance
:
Params
(@
FObjective
)
1
:
=
{}
.
(** Primitive facts that cannot be deduced from the BI structure. *)
(** Primitive facts that cannot be deduced from the BI structure. *)
Section
bi_facts
.
Section
bi_facts
.
...
...
theories/iron_logic/fcinv.v
View file @
f7c8b3a3
...
@@ -49,7 +49,7 @@ Definition fcinv_aux `{ironInvG Σ, invG Σ} : seal fcinv_def. by eexists. Qed.
...
@@ -49,7 +49,7 @@ Definition fcinv_aux `{ironInvG Σ, invG Σ} : seal fcinv_def. by eexists. Qed.
Definition
fcinv
`
{
ironInvG
Σ
,
invG
Σ
}
:
=
fcinv_aux
.(
unseal
).
Definition
fcinv
`
{
ironInvG
Σ
,
invG
Σ
}
:
=
fcinv_aux
.(
unseal
).
Definition
fcinv_eq
`
{
ironInvG
Σ
,
invG
Σ
}
:
fcinv
=
_
:
=
fcinv_aux
.(
seal_eq
).
Definition
fcinv_eq
`
{
ironInvG
Σ
,
invG
Σ
}
:
fcinv
=
_
:
=
fcinv_aux
.(
seal_eq
).
Arguments
fcinv
{
_
_
_
}
_
_
_
%
I
.
Arguments
fcinv
{
_
_
_
}
_
_
_
%
I
.
Instance
:
Params
(@
fcinv
)
5
.
Instance
:
Params
(@
fcinv
)
5
:
=
{}
.
Section
fcinv
.
Section
fcinv
.
Context
`
{
ironInvG
Σ
,
invG
Σ
}.
Context
`
{
ironInvG
Σ
,
invG
Σ
}.
...
...
theories/iron_logic/iron.v
View file @
f7c8b3a3
...
@@ -53,13 +53,13 @@ Class Uniform `{ironInvG Σ} (P : ironProp Σ) :=
...
@@ -53,13 +53,13 @@ Class Uniform `{ironInvG Σ} (P : ironProp Σ) :=
uniform
π
1
π
2
:
P
(
Some
(
π
1
⋅
π
2
))
⊣
⊢
P
(
Some
π
1
)
∗
perm
π
2
.
uniform
π
1
π
2
:
P
(
Some
(
π
1
⋅
π
2
))
⊣
⊢
P
(
Some
π
1
)
∗
perm
π
2
.
Arguments
Uniform
{
_
_
}
_
%
I
.
Arguments
Uniform
{
_
_
}
_
%
I
.
Hint
Mode
Uniform
+
+
!
:
typeclass_instances
.
Hint
Mode
Uniform
+
+
!
:
typeclass_instances
.
Instance
:
Params
(@
Uniform
)
2
.
Instance
:
Params
(@
Uniform
)
2
:
=
{}
.
Class
ExistPerm
`
{
ironInvG
Σ
}
(
P
:
ironProp
Σ
)
:
=
Class
ExistPerm
`
{
ironInvG
Σ
}
(
P
:
ironProp
Σ
)
:
=
exist_perm
:
P
None
⊢
False
.
exist_perm
:
P
None
⊢
False
.
Arguments
ExistPerm
{
_
_
}
_
%
I
.
Arguments
ExistPerm
{
_
_
}
_
%
I
.
Hint
Mode
ExistPerm
+
-
!
:
typeclass_instances
.
Hint
Mode
ExistPerm
+
-
!
:
typeclass_instances
.
Instance
:
Params
(@
ExistPerm
)
2
.
Instance
:
Params
(@
ExistPerm
)
2
:
=
{}
.
Definition
iron_fupd_def
`
{
ironInvG
Σ
,
invG
Σ
}
(
E1
E2
:
coPset
)
Definition
iron_fupd_def
`
{
ironInvG
Σ
,
invG
Σ
}
(
E1
E2
:
coPset
)
(
P
:
ironProp
Σ
)
:
ironProp
Σ
:
=
FracPred
(
λ
π
2
,
∀
π
1
,
(
P
:
ironProp
Σ
)
:
ironProp
Σ
:
=
FracPred
(
λ
π
2
,
∀
π
1
,
...
...
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