mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
:load issue108.cry
|
||
|
sum []
|
||
|
sum [1,2,3]
|
||
|
sum [1..10]
|
||
|
sum ([1..10] : [_][8])
|