Skip to content
Snippets Groups Projects
Commit 473e5f3c authored by David Swasey's avatar David Swasey
Browse files

IrisRes no longer hides core resource and language types.

parent 0440ebb4
No related branches found
No related tags found
No related merge requests found
Require Import world_prop core_lang lang masks. Require Import world_prop core_lang lang masks.
Require Import ModuRes.PCM ModuRes.UPred ModuRes.BI ModuRes.PreoMet ModuRes.Finmap. Require Import ModuRes.PCM ModuRes.UPred ModuRes.BI ModuRes.PreoMet ModuRes.Finmap.
Module IrisRes (RL : PCM_T) (C : CORE_LANG) <: PCM_T. Module Type IRIS_RES (RL : PCM_T) (C : CORE_LANG) :=
Import C. PCM_T with Definition res := (pcm_res_ex C.state * RL.res)%type.
Definition res := (pcm_res_ex state * RL.res)%type.
Module IrisRes (RL : PCM_T) (C : CORE_LANG) <: IRIS_RES RL C.
Definition res := (pcm_res_ex C.state * RL.res)%type.
Instance res_op : PCM_op res := _. Instance res_op : PCM_op res := _.
Instance res_unit : PCM_unit res := _. Instance res_unit : PCM_unit res := _.
Instance res_pcm : PCM res := _. Instance res_pcm : PCM res := _.
......
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