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
Snippets
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
Janno
iris-coq
Commits
aea3b304
Commit
aea3b304
authored
9 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug in step relation of language.
parent
9331a371
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris/language.v
+1
-4
1 addition, 4 deletions
iris/language.v
with
1 addition
and
4 deletions
iris/language.v
+
1
−
4
View file @
aea3b304
...
...
@@ -34,13 +34,10 @@ Section language.
Inductive
step
(
ρ1
ρ2
:
cfg
)
:
Prop
:=
|
step_atomic
e1
σ1
e2
σ2
ef
t1
t2
:
ρ1
=
(
t1
++
e1
::
t2
,
σ1
)
→
ρ
1
=
(
t1
++
e2
::
t2
++
option_list
ef
,
σ2
)
→
ρ
2
=
(
t1
++
e2
::
t2
++
option_list
ef
,
σ2
)
→
prim_step
e1
σ1
e2
σ2
ef
→
step
ρ1
ρ2
.
Definition
steps
:=
rtc
step
.
Definition
stepn
:=
nsteps
step
.
Record
is_ctx
(
K
:
E
→
E
)
:=
IsCtx
{
is_ctx_value
e
:
to_val
e
=
None
→
to_val
(
K
e
)
=
None
;
is_ctx_step_preserved
e1
σ1
e2
σ2
ef
:
...
...
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