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
fcbf8d58
Commit
fcbf8d58
authored
Feb 01, 2015
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
complete reorganizing Coq
parent
2ad23105
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
405 additions
and
785 deletions
+405
-785
Makefile
Makefile
+3
-2
iris_core.v
iris_core.v
+5
-5
iris_vs.v
iris_vs.v
+393
-0
iris_wp.v
iris_wp.v
+4
-778
No files found.
Makefile
View file @
fcbf8d58
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#
#
# This Makefile was generated by the command line :
# 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 -o Makefile
# coq_makefile lib/ModuRes -R lib/ModuRes ModuRes core_lang.v iris
_core
.v iris_
vs.v iris_wp
.v lang.v masks.v world_prop.v -o Makefile
#
#
.DEFAULT_GOAL
:=
all
.DEFAULT_GOAL
:=
all
...
@@ -81,8 +81,9 @@ endif
...
@@ -81,8 +81,9 @@ endif
######################
######################
VFILES
:=
core_lang.v
\
VFILES
:=
core_lang.v
\
iris.v
\
iris_core.v
\
iris_core.v
\
iris_vs.v
\
iris_wp.v
\
lang.v
\
lang.v
\
masks.v
\
masks.v
\
world_prop.v
world_prop.v
...
...
iris_core.v
View file @
fcbf8d58
...
@@ -9,10 +9,10 @@ Module IrisRes (RL : PCM_T) (C : CORE_LANG) <: PCM_T.
...
@@ -9,10 +9,10 @@ Module IrisRes (RL : PCM_T) (C : CORE_LANG) <: PCM_T.
Instance
res_pcm
:
PCM
res
:
=
_
.
Instance
res_pcm
:
PCM
res
:
=
_
.
End
IrisRes
.
End
IrisRes
.
Module
Iris
(
RL
:
PCM_T
)
(
C
:
CORE_LANG
).
Module
Iris
Core
(
RL
:
PCM_T
)
(
C
:
CORE_LANG
).
Module
Im
port
L
:
=
Lang
C
.
Module
Ex
port
L
:
=
Lang
C
.
Module
Im
port
R
:
=
IrisRes
RL
C
.
Module
Ex
port
R
:
=
IrisRes
RL
C
.
Module
Im
port
WP
:
=
WorldProp
R
.
Module
Ex
port
WP
:
=
WorldProp
R
.
Delimit
Scope
iris_scope
with
iris
.
Delimit
Scope
iris_scope
with
iris
.
Local
Open
Scope
iris_scope
.
Local
Open
Scope
iris_scope
.
...
@@ -410,4 +410,4 @@ Module Iris (RL : PCM_T) (C : CORE_LANG).
...
@@ -410,4 +410,4 @@ Module Iris (RL : PCM_T) (C : CORE_LANG).
Notation
" p @ k "
:
=
((
p
:
UPred
())
k
tt
)
(
at
level
60
,
no
associativity
).
Notation
" p @ k "
:
=
((
p
:
UPred
())
k
tt
)
(
at
level
60
,
no
associativity
).
End
Iris
.
End
Iris
Core
.
iris_vs.v
0 → 100644
View file @
fcbf8d58
This diff is collapsed.
Click to expand it.
iris.v
→
iris
_wp
.v
View file @
fcbf8d58
This diff is collapsed.
Click to expand it.
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