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
58d65dd9
Commit
58d65dd9
authored
Feb 27, 2019
by
Jakob Botsch Nielsen
Browse files
Remove examples in OakTypes.v
parent
4c7bf5e4
Pipeline
#10818
failed with stage
in 2 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OakTypes.v
View file @
58d65dd9
...
...
@@ -69,7 +69,6 @@ Defined.
(
*
Examples:
*
)
Definition
test_bool
:
OakValue
:=
build_oak_value
oak_bool
true
.
Definition
test_int
:
OakValue
:=
build_oak_value
oak_int
5
%
Z
.
Definition
test_set
:
OakValue
:=
build_oak_value
(
oak_set
oak_int
)
{
5
%
Z
;
{
6
%
Z
;
{}}}
.
...
...
@@ -82,7 +81,4 @@ Compute (oak_value_extract oak_int test_int) : option Z.
Compute
(
oak_value_extract
(
oak_set
oak_int
)
test_set
)
:
option
(
set
Z
).
Compute
(
option_map
SetInterface
.
elements
(
oak_value_extract
(
oak_set
oak_int
)
test_set
)).
Compute
(
option_map
elements
(
oak_value_extract
(
oak_map
oak_int
oak_int
)
test_map
)).
Check
@
MapAVL
.
Raw
.
Proofs
.
L
.
map_OrderedType
.
Set
Typeclasses
Debug
.
Check
(
option_map
SetInterface
.
elements
oak_value_extract
(
oak_set
oak_int
)
test_set
).
\ No newline at end of file
*
)
\ No newline at end of file
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