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
George Pirlea
Iris
Commits
f11955d6
Commit
f11955d6
authored
Aug 09, 2016
by
Robbert Krebbers
Browse files
Fix typos in the documentation of program_logic/model.
parent
46087950
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/model.v
View file @
f11955d6
...
...
@@ -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
Supports
Markdown
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