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
0d709e3d
Commit
0d709e3d
authored
Jun 06, 2019
by
Jakob Botsch Nielsen
Browse files
Workaround for Coq dev type inference regression
parent
90f0d1e4
Pipeline
#12665
passed with stage
in 5 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/Congress_Buggy.v
View file @
0d709e3d
...
...
@@ -437,7 +437,7 @@ Section Theories.
let
count
tx
:=
match
tx_body
tx
with
|
tx_call
(
Some
msg
)
=>
match
deserialize
msg
with
match
deserialize
msg
:
option
Msg
with
|
Some
(
create_proposal
acts
)
=>
length
acts
|
_
=>
0
end
...
...
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