Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
concordium
smart-contract-interactions
Commits
e04bac93
Commit
e04bac93
authored
Apr 25, 2019
by
Jakob Botsch Nielsen
Browse files
Fix 8.8 compatibility
parent
5c708610
Pipeline
#12136
failed with stage
in 5 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Blockchain.v
View file @
e04bac93
...
...
@@ -603,6 +603,7 @@ Inductive ChainStep :
ChainStep
pre
act
tx
new_env
new_acts
.
Section
Theories
.
Section
Single
.
Context
{
pre
:
Environment
}
{
act
:
Action
}
{
tx
:
Tx
}
{
post
:
Environment
}
{
new_acts
:
list
Action
}
(
step
:
ChainStep
pre
act
tx
post
new_acts
).
...
...
@@ -655,9 +656,8 @@ Proof.
|
[
H
:
EnvironmentEquiv
_
_
|-
_
]
=>
now
rewrite
H
end
.
Qed
.
End
Theories
.
End
Single
.
Section
Theories
.
Lemma
chain_step_respects_equiv
e1
e2
act
tx
e1
'
e2
'
new_acts
:
EnvironmentEquiv
e1
e2
->
EnvironmentEquiv
e1
'
e2
'
->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment