Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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 @@
#
# 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