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
4ff6fa50
Commit
4ff6fa50
authored
Jun 17, 2019
by
Jakob Botsch Nielsen
Browse files
Tiny cleanup
parent
09da8b1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/Congress.v
View file @
4ff6fa50
...
@@ -76,7 +76,7 @@ Instance state_settable : Settable _ :=
...
@@ -76,7 +76,7 @@ Instance state_settable : Settable _ :=
Section
Equivalences
.
Section
Equivalences
.
Definition
deserialize_rules
(
v
:
OakValue
)
:
option
Rules
:=
Definition
deserialize_rules
(
v
:
OakValue
)
:
option
Rules
:=
do
'
(
(
a
,
b
)
,
c
)
<-
deserialize
v
;
do
'
(
a
,
b
,
c
)
<-
deserialize
v
;
Some
(
build_rules
a
b
c
).
Some
(
build_rules
a
b
c
).
Global
Program
Instance
rules_equivalence
:
OakTypeEquivalence
Rules
:=
Global
Program
Instance
rules_equivalence
:
OakTypeEquivalence
Rules
:=
...
...
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