Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
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
Tej Chajed
iris
Commits
5b22c4cf
Commit
5b22c4cf
authored
10 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
make it all compile with an opaque world-prop
parent
758ad9f5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+2
-3
2 additions, 3 deletions
Makefile
iris.v
+0
-1
0 additions, 1 deletion
iris.v
world_prop.v
+1
-1
1 addition, 1 deletion
world_prop.v
world_prop_sig.v
+1
-1
1 addition, 1 deletion
world_prop_sig.v
with
4 additions
and
6 deletions
Makefile
+
2
−
3
View file @
5b22c4cf
...
...
@@ -14,7 +14,7 @@
#
# This Makefile was generated by the command line :
# coq_makefile lib/ModuRes -R lib/ModuRes ModuRes core_lang.v iris.v iris_core.v lang.v masks.v world_prop.v
world_prop_old.v
world_prop_sig.v -o Makefile
# coq_makefile lib/ModuRes -R lib/ModuRes ModuRes core_lang.v iris.v iris_core.v lang.v masks.v world_prop.v world_prop_sig.v -o Makefile
#
.DEFAULT_GOAL
:=
all
...
...
@@ -82,11 +82,10 @@ endif
VFILES
:=
core_lang.v
\
iris.v
\
#
iris_core.v
\
iris_core.v
\
lang.v
\
masks.v
\
world_prop.v
\
world_prop_old.v
\
world_prop_sig.v
-include
$(addsuffix .d,$(VFILES))
...
...
This diff is collapsed.
Click to expand it.
iris.v
+
0
−
1
View file @
5b22c4cf
...
...
@@ -25,7 +25,6 @@ Module Iris (RL : PCM_T) (C : CORE_LANG).
Instance
Props_BI
:
ComplBI
Props
|
0
:=
_
.
Instance
Props_Later
:
Later
Props
|
0
:=
_
.
Set
Printing
All
.
(** And now we're ready to build the IRIS-specific connectives! *)
...
...
This diff is collapsed.
Click to expand it.
world_prop.v
+
1
−
1
View file @
5b22c4cf
...
...
@@ -5,7 +5,7 @@ Require Import ModuRes.Finmap ModuRes.Constr.
Require
Import
ModuRes
.
PCM
ModuRes
.
UPred
ModuRes
.
BI
.
Require
Import
world_prop_sig
.
Module
WorldProp
(
Res
:
PCM_T
)
<
:
WORLD_PROP
Res
.
Module
WorldProp
(
Res
:
PCM_T
)
:
WORLD_PROP
Res
.
(** The construction is parametric in the monoid we choose *)
Import
Res
.
...
...
This diff is collapsed.
Click to expand it.
world_prop_sig.v
+
1
−
1
View file @
5b22c4cf
...
...
@@ -20,7 +20,7 @@ Module Type WORLD_PROP (Res : PCM_T).
Parameter
ı
:
PreProp
-
t
>
halve
(
cmfromType
Props
)
.
Parameter
ı'
:
halve
(
cmfromType
Props
)
-
t
>
PreProp
.
Axiom
iso
:
forall
P
,
ı'
(
ı
P
)
==
P
.
Axiom
isoR
:
forall
T
,
ı
(
ı'
T
)
==
T
.
Axiom
isoR
:
forall
T
,
ı
(
ı'
T
)
==
T
.
(* Define all the things on Props, so they have names - this shortens the terms later *)
Instance
Props_ty
:
Setoid
Props
:=
_
.
...
...
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