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
William Mansky
Iris
Commits
6ec855ab
Commit
6ec855ab
authored
4 years ago
by
Jonas Kastberg
Committed by
Robbert Krebbers
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a spacing issue in metatheory.v
parent
26dc475b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/heap_lang/metatheory.v
+1
-2
1 addition, 2 deletions
theories/heap_lang/metatheory.v
with
1 addition
and
2 deletions
theories/heap_lang/metatheory.v
+
1
−
2
View file @
6ec855ab
...
...
@@ -84,7 +84,7 @@ Lemma subst_rec_ne' f y e x v :
subst'
x
v
(
Rec
f
y
e
)
=
Rec
f
y
(
subst'
x
v
e
)
.
Proof
.
intros
.
destruct
x
;
simplify_option_eq
;
naive_solver
.
Qed
.
Lemma
bin_op_eval_closed
op
v1
v2
v'
:
Lemma
bin_op_eval_closed
op
v1
v2
v'
:
is_closed_val
v1
→
is_closed_val
v2
→
bin_op_eval
op
v1
v2
=
Some
v'
→
is_closed_val
v'
.
Proof
.
...
...
@@ -124,7 +124,6 @@ Lemma head_step_is_closed e1 σ1 obs e2 σ2 es :
is_closed_expr
[]
e1
→
map_Forall
(
λ
_
v
,
is_closed_val
v
)
σ1
.(
heap
)
→
head_step
e1
σ1
obs
e2
σ2
es
→
is_closed_expr
[]
e2
∧
Forall
(
is_closed_expr
[])
es
∧
map_Forall
(
λ
_
v
,
is_closed_val
v
)
σ2
.(
heap
)
.
Proof
.
...
...
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