mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-14 11:16:33 +03:00
60523d5986
The main user visible effect of this might be that sometime things on the Cryptol command line are instantiated in a slightly different way: we get `inf` sometimes when we got a finite example before. We could work around this if it is an issue, but I am not sure which behavior is more reasonable.
7 lines
223 B
Plaintext
7 lines
223 B
Plaintext
Loading module Cryptol
|
|
Assuming a = inf
|
|
Assuming b = 5
|
|
[[0x01, 0x02, 0x03, 0x04, 0x05], [0x06, 0x07, 0x08, 0x09, 0x0a],
|
|
[0x0b, 0x0c, 0x0d, 0x0e, 0x0f], [0x10, 0x11, 0x12, 0x13, 0x14],
|
|
[0x15, 0x16, 0x17, 0x18, 0x00], ...]
|