mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 13:01:31 +03:00
5d1e1948d8
The new evaluator allows us to have more direct control over evaluation order, and makes it straightforward to implement tracing primitives. There are two new primitives 'trace' and 'traceVal' in the Cryptol prelude that produce tracing output when evaluated. Fixes #68
16 lines
200 B
Plaintext
16 lines
200 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
Hi! 0
|
|
Hi! 1
|
|
Hi! 2
|
|
Hi! 3
|
|
Hi! 4
|
|
Hi! 5
|
|
Hi! 6
|
|
Hi! 7
|
|
Hi! 8
|
|
Hi! 9
|
|
Hi! 10
|
|
[0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e]
|