Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rice Wine
Iris
Commits
473e5f3c
Commit
473e5f3c
authored
10 years ago
by
David Swasey
Browse files
Options
Downloads
Patches
Plain Diff
IrisRes no longer hides core resource and language types.
parent
0440ebb4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris_core.v
+5
-3
5 additions, 3 deletions
iris_core.v
with
5 additions
and
3 deletions
iris_core.v
+
5
−
3
View file @
473e5f3c
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
:=
_
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment