Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
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
Simcha van Collem
Iris
Commits
35bba4ed
Commit
35bba4ed
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Some canonical structure instances for heap_lang.
parent
9fb4882f
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
heap_lang/lang.v
+5
-0
5 additions, 0 deletions
heap_lang/lang.v
with
5 additions
and
0 deletions
heap_lang/lang.v
+
5
−
0
View file @
35bba4ed
From
iris
.
program_logic
Require
Export
ectx_language
ectxi_language
.
From
iris
.
program_logic
Require
Export
ectx_language
ectxi_language
.
From
iris
.
algebra
Require
Export
cofe
.
From
iris
.
prelude
Require
Export
strings
.
From
iris
.
prelude
Require
Export
strings
.
From
iris
.
prelude
Require
Import
gmap
.
From
iris
.
prelude
Require
Import
gmap
.
...
@@ -508,6 +509,10 @@ Defined.
...
@@ -508,6 +509,10 @@ Defined.
Instance
expr_inhabited
X
:
Inhabited
(
expr
X
)
:=
populate
(
Lit
LitUnit
)
.
Instance
expr_inhabited
X
:
Inhabited
(
expr
X
)
:=
populate
(
Lit
LitUnit
)
.
Instance
val_inhabited
:
Inhabited
val
:=
populate
(
LitV
LitUnit
)
.
Instance
val_inhabited
:
Inhabited
val
:=
populate
(
LitV
LitUnit
)
.
Canonical
Structure
stateC
:=
leibnizC
state
.
Canonical
Structure
valC
:=
leibnizC
val
.
Canonical
Structure
exprC
X
:=
leibnizC
(
expr
X
)
.
End
heap_lang
.
End
heap_lang
.
(** Language *)
(** Language *)
...
...
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