Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
Commits
5b22c4cf
Commit
5b22c4cf
authored
Feb 01, 2015
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make it all compile with an opaque world-prop
parent
758ad9f5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
Makefile
Makefile
+2
-3
iris.v
iris.v
+0
-1
world_prop.v
world_prop.v
+1
-1
world_prop_sig.v
world_prop_sig.v
+1
-1
No files found.
Makefile
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))
...
...
iris.v
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! *)
...
...
world_prop.v
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
.
...
...
world_prop_sig.v
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
:
=
_
.
...
...
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