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
fcbf8d58
Commit
fcbf8d58
authored
Feb 01, 2015
by
Ralf Jung
Browse files
complete reorganizing Coq
parent
2ad23105
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
fcbf8d58
...
...
@@ -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 -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
...
...
@@ -81,8 +81,9 @@ endif
######################
VFILES
:=
core_lang.v
\
iris.v
\
iris_core.v
\
iris_vs.v
\
iris_wp.v
\
lang.v
\
masks.v
\
world_prop.v
...
...
iris_core.v
View file @
fcbf8d58
...
...
@@ -9,10 +9,10 @@ Module IrisRes (RL : PCM_T) (C : CORE_LANG) <: PCM_T.
Instance
res_pcm
:
PCM
res
:
=
_
.
End
IrisRes
.
Module
Iris
(
RL
:
PCM_T
)
(
C
:
CORE_LANG
).
Module
Im
port
L
:
=
Lang
C
.
Module
Im
port
R
:
=
IrisRes
RL
C
.
Module
Im
port
WP
:
=
WorldProp
R
.
Module
Iris
Core
(
RL
:
PCM_T
)
(
C
:
CORE_LANG
).
Module
Ex
port
L
:
=
Lang
C
.
Module
Ex
port
R
:
=
IrisRes
RL
C
.
Module
Ex
port
WP
:
=
WorldProp
R
.
Delimit
Scope
iris_scope
with
iris
.
Local
Open
Scope
iris_scope
.
...
...
@@ -410,4 +410,4 @@ Module Iris (RL : PCM_T) (C : CORE_LANG).
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