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
Pierre Roux
Iris
Commits
9fae57da
Commit
9fae57da
authored
3 years ago
by
Dan Frumin
Committed by
Robbert Krebbers
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation & changelog
parent
bc626812
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
iris_heap_lang/metatheory.v
+1
-1
1 addition, 1 deletion
iris_heap_lang/metatheory.v
with
6 additions
and
1 deletion
CHANGELOG.md
+
5
−
0
View file @
9fae57da
...
@@ -39,6 +39,11 @@ lemma.
...
@@ -39,6 +39,11 @@ lemma.
assumptions to remain compatible, and code that instantiates the BI interface
assumptions to remain compatible, and code that instantiates the BI interface
needs to provide instances for the new classes.
needs to provide instances for the new classes.
**Changes in `heap_lang`:**
*
The
`is_closed_expr`
predicate is formulated in terms of a
set of binders (as opposed to a list of binders).
The following
`sed`
script helps adjust your code to the renaming (on macOS,
The following
`sed`
script helps adjust your code to the renaming (on macOS,
replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
).
replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
).
Note that the script is not idempotent, do not run it twice.
Note that the script is not idempotent, do not run it twice.
...
...
This diff is collapsed.
Click to expand it.
iris_heap_lang/metatheory.v
+
1
−
1
View file @
9fae57da
...
@@ -5,7 +5,7 @@ From iris.prelude Require Import options.
...
@@ -5,7 +5,7 @@ From iris.prelude Require Import options.
(* This file contains some metatheory about the heap_lang language,
(* This file contains some metatheory about the heap_lang language,
which is not needed for verifying programs. *)
which is not needed for verifying programs. *)
(*
Lifting `Insert` on strings to bind
ers. *)
(*
Adding a binder to a set of identifi
ers. *)
Local
Definition
set_binder_insert
(
x
:
binder
)
(
X
:
stringset
)
:
stringset
:=
Local
Definition
set_binder_insert
(
x
:
binder
)
(
X
:
stringset
)
:
stringset
:=
match
x
with
match
x
with
|
BAnon
=>
X
|
BAnon
=>
X
...
...
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