Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
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
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
Dan Frumin
iris-coq
Commits
b0f49c14
Commit
b0f49c14
authored
3 years ago
by
Dan Frumin
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation & changelog
parent
2d14ec2e
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#59447
passed
3 years ago
Stage: build
Changes
2
Pipelines
1
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 @
b0f49c14
...
...
@@ -32,6 +32,11 @@ lemma.
assumptions to remain compatible, and code that instantiates the BI interface
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,
replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
).
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 @
b0f49c14
...
...
@@ -5,7 +5,7 @@ From iris.prelude Require Import options.
(
*
This
file
contains
some
metatheory
about
the
heap_lang
language
,
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
:=
match
x
with
|
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