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
iris-coq
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jeehoon Kang
iris-coq
Commits
348ede9f
Commit
348ede9f
authored
Aug 09, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq
parents
1b56406c
f11955d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
program_logic/model.v
program_logic/model.v
+2
-2
No files found.
program_logic/model.v
View file @
348ede9f
...
...
@@ -5,7 +5,7 @@ From iris.algebra Require cofe_solver.
(
**
In
this
file
we
construct
the
type
[
iProp
]
of
propositions
of
the
Iris
logic
.
This
is
done
by
solving
the
following
recursive
domain
equation
:
iProp
≈
uPred
{
i
:
gid
&
gname
-
fin
->
(
Σ
i
)
iProp
}
iProp
≈
uPred
(
∀
i
:
gid
,
gname
-
fin
->
(
Σ
i
)
iProp
)
where:
...
...
@@ -44,7 +44,7 @@ Coercion gFunctors_lookup : gFunctors >-> Funclass.
Definition
gname
:=
positive
.
(
**
The
resources
functor
[
iResF
Σ
A
:=
{
i
:
gid
&
gname
-
fin
->
(
Σ
i
)
A
}
].
*
)
(
**
The
resources
functor
[
iResF
Σ
A
:=
∀
i
:
gid
,
gname
-
fin
->
(
Σ
i
)
A
].
*
)
Definition
iResF
(
Σ
:
gFunctors
)
:
urFunctor
:=
iprodURF
(
λ
i
,
gmapURF
gname
(
Σ
i
)).
...
...
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