Skip to content
Snippets Groups Projects
Commit fcbf8d58 authored by Ralf Jung's avatar Ralf Jung
Browse files

complete reorganizing Coq

parent 2ad23105
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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 IrisCore (RL : PCM_T) (C : CORE_LANG).
Module Import L := Lang C. Module Export L := Lang C.
Module Import R := IrisRes RL C. Module Export R := IrisRes RL C.
Module Import WP := WorldProp R. Module Export 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 IrisCore.
iris_vs.v 0 → 100644
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment