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
4f17a588
Commit
4f17a588
authored
Apr 25, 2019
by
Jakob Botsch Nielsen
Browse files
Fix 8.8 compatibility: Try 2
parent
e04bac93
Pipeline
#12137
passed with stage
in 5 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Blockchain.v
View file @
4f17a588
...
...
@@ -671,6 +671,7 @@ Qed.
End
Theories
.
End
Step
.
Section
Trace
.
Definition
add_new_block_header
(
header
:
BlockHeader
)
(
baker
:
Address
)
...
...
@@ -776,6 +777,7 @@ Proof.
induction
trace
;
intros
to
'
eq_to
;
eauto
;
rewrite
eq_from
,
eq_to
in
*
;
eauto
.
Qed
.
End
Theories
.
End
Trace
.
End
Semantics
.
Class
ChainBuilderType
:=
...
...
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