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
f96a894b
Commit
f96a894b
authored
7 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Set notation scopes of some language stuff.
parent
bcb1b03d
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
theories/program_logic/ectx_language.v
+4
-4
4 additions, 4 deletions
theories/program_logic/ectx_language.v
theories/program_logic/ectxi_language.v
+6
-4
6 additions, 4 deletions
theories/program_logic/ectxi_language.v
with
10 additions
and
8 deletions
theories/program_logic/ectx_language.v
+
4
−
4
View file @
f96a894b
...
...
@@ -36,12 +36,12 @@ Class EctxLanguage (expr val ectx state : Type) := {
exists
K''
,
K'
=
comp_ectx
K
K''
;
}
.
Arguments
of_val
{_
_
_
_
_}
_
.
Arguments
to_val
{_
_
_
_
_}
_
.
Arguments
of_val
{_
_
_
_
_}
_
%
V
.
Arguments
to_val
{_
_
_
_
_}
_
%
E
.
Arguments
empty_ectx
{_
_
_
_
_}
.
Arguments
comp_ectx
{_
_
_
_
_}
_
_
.
Arguments
fill
{_
_
_
_
_}
_
_
.
Arguments
head_step
{_
_
_
_
_}
_
_
_
_
_
.
Arguments
fill
{_
_
_
_
_}
_
_
%
E
.
Arguments
head_step
{_
_
_
_
_}
_
%
E
_
_
%
E
_
_
.
Arguments
to_of_val
{_
_
_
_
_}
_
.
Arguments
of_to_val
{_
_
_
_
_}
_
_
_
.
...
...
This diff is collapsed.
Click to expand it.
theories/program_logic/ectxi_language.v
+
6
−
4
View file @
f96a894b
...
...
@@ -26,10 +26,10 @@ Class EctxiLanguage (expr val ectx_item state : Type) := {
head_step
(
fill_item
Ki
e
)
σ1
e2
σ2
efs
→
is_Some
(
to_val
e
);
}
.
Arguments
of_val
{_
_
_
_
_}
_
.
Arguments
to_val
{_
_
_
_
_}
_
.
Arguments
fill_item
{_
_
_
_
_}
_
_
.
Arguments
head_step
{_
_
_
_
_}
_
_
_
_
_
.
Arguments
of_val
{_
_
_
_
_}
_
%
V
.
Arguments
to_val
{_
_
_
_
_}
_
%
E
.
Arguments
fill_item
{_
_
_
_
_}
_
_
%
E
.
Arguments
head_step
{_
_
_
_
_}
_
%
E
_
_
%
E
_
_
.
Arguments
to_of_val
{_
_
_
_
_}
_
.
Arguments
of_to_val
{_
_
_
_
_}
_
_
_
.
...
...
@@ -101,3 +101,5 @@ Section ectxi_language.
LanguageCtx
(
ectx_lang
expr
)
(
fill_item
Ki
)
.
Proof
.
change
(
LanguageCtx
_
(
fill
[
Ki
]))
.
apply
_
.
Qed
.
End
ectxi_language
.
Arguments
fill
{_
_
_
_
_}
_
_
%
E
.
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