mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 10:46:37 +03:00
21 lines
444 B
Plaintext
21 lines
444 B
Plaintext
Loading module Cryptol
|
|
Assuming a = Integer
|
|
1
|
|
Assuming a = Integer
|
|
[1, 2]
|
|
Assuming a = Integer
|
|
Assuming b = Integer
|
|
{x = 1, y = 2}
|
|
[warning] at <interactive>:1:1--1:22:
|
|
Defaulting definition of '<interactive>::y'
|
|
at <interactive>:1:1--1:22
|
|
to [2]
|
|
Assuming a = Integer
|
|
1
|
|
[warning] at <interactive>:1:1--1:46:
|
|
Defaulting definition of '<interactive>::y'
|
|
at <interactive>:1:1--1:46
|
|
to [5]
|
|
Assuming a = Integer
|
|
10
|