Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iron
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
Iron
Commits
37f90dd2
Commit
37f90dd2
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Test with merge_sbi branch of Iris.
parent
4dcc1427
No related branches found
No related tags found
No related merge requests found
Pipeline
#26111
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-11
2 additions, 11 deletions
.gitlab-ci.yml
theories/bi/fracpred.v
+5
-9
5 additions, 9 deletions
theories/bi/fracpred.v
with
7 additions
and
20 deletions
.gitlab-ci.yml
+
2
−
11
View file @
37f90dd2
...
...
@@ -27,19 +27,10 @@ variables:
## Build jobs
build-
coq.8.11.0
:
build-
iris.dev
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.11.0"
OPAM_PINS
:
"
coq
version
8.11.0
coq-iris.dev
git
git+https://gitlab.mpi-sws.org/iris/iris.git#ci/robbert/merge_sbi
"
tags
:
-
fp-timing
build-iris.dev
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
dev
coq-stdpp.dev
git
git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV
coq-iris.dev
git
git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV"
except
:
only
:
-
triggers
-
schedules
-
api
This diff is collapsed.
Click to expand it.
theories/bi/fracpred.v
+
5
−
9
View file @
37f90dd2
...
...
@@ -150,10 +150,7 @@ Module Import fracPred.
Ltac
unseal
:=
unfold
bi_affinely
,
bi_absorbingly
,
sbi_except_0
,
bi_pure
,
bi_emp
,
bi_and
,
bi_or
,
bi_impl
,
bi_forall
,
bi_exist
,
sbi_internal_eq
,
bi_sep
,
bi_wand
,
bi_persistently
,
bi_affinely
,
sbi_later
;
simpl
;
unfold
sbi_emp
,
sbi_pure
,
sbi_and
,
sbi_or
,
sbi_impl
,
sbi_forall
,
sbi_exist
,
sbi_internal_eq
,
sbi_sep
,
sbi_wand
,
sbi_persistently
;
bi_persistently
,
bi_affinely
,
sbi_later
,
sbi_internal_eq
;
simpl
;
rewrite
!
unseal_eqs
/=.
End
fracPred
.
...
...
@@ -220,9 +217,6 @@ Proof.
rewrite
left_id_L
bi
.
pure_True
//
left_id
.
by
apply
bi
.
persistently_and_sep_elim
.
Qed
.
Canonical
Structure
fracPredI
(
PROP
:
bi
)
:
bi
:=
{|
bi_ofe_mixin
:=
fracPred_ofe_mixin
;
bi_bi_mixin
:=
fracPred_bi_mixin
PROP
|}
.
Lemma
fracPred_sbi_mixin
(
PROP
:
sbi
)
:
SbiMixin
(
PROP
:=
fracPred
PROP
)
fracPred_entails
fracPred_pure
fracPred_or
fracPred_impl
fracPred_forall
fracPred_exist
...
...
@@ -260,10 +254,12 @@ Proof.
-
intros
P
.
split
=>
π
/=.
apply
bi
.
later_false_em
.
Qed
.
Canonical
Structure
fracPred
S
I
(
PROP
:
s
bi
)
:
s
bi
:=
{|
s
bi_ofe_mixin
:=
fracPred_ofe_mixin
;
s
bi_bi_mixin
:=
fracPred_bi_mixin
PROP
;
Canonical
Structure
fracPredI
(
PROP
:
bi
)
:
bi
:=
{|
bi_ofe_mixin
:=
fracPred_ofe_mixin
;
bi_bi_mixin
:=
fracPred_bi_mixin
PROP
;
sbi_sbi_mixin
:=
fracPred_sbi_mixin
PROP
|}
.
Notation
fracPredSI
:=
fracPredI
.
Class
FObjective
{
PROP
:
bi
}
(
P
:
fracPred
PROP
)
:=
fobjective_at
π
π'
:
P
π
-∗
P
π'
.
Arguments
FObjective
{_}
_
%
I
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment