Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tej Chajed
iris
Commits
8d2e6a66
Commit
8d2e6a66
authored
Nov 26, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `locC`, the OFE on locations.
parent
31aca833
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
theories/heap_lang/lang.v
theories/heap_lang/lang.v
+1
-0
No files found.
theories/heap_lang/lang.v
View file @
8d2e6a66
...
...
@@ -337,6 +337,7 @@ Instance val_inhabited : Inhabited val := populate (LitV LitUnit).
Instance
expr_inhabited
:
Inhabited
expr
:
=
populate
(
Val
inhabitant
).
Canonical
Structure
stateC
:
=
leibnizC
state
.
Canonical
Structure
locC
:
=
leibnizC
loc
.
Canonical
Structure
valC
:
=
leibnizC
val
.
Canonical
Structure
exprC
:
=
leibnizC
expr
.
...
...
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