cryptol/tests/regression/check25.icry.stdout
Iavor Diatchki 8fe9f5efa9 Add support for working with in-memory sources.
Currently we only use this for the Prelude, which is baked into Cryptol.
Previously we used to save it in a temporary file, which would show
up in error messages, leading to bad user experience and unreliable
test outputs.

Also improves the shadowing errors.

Fixes #569
2019-07-05 14:09:04 -07:00

12 lines
374 B
Plaintext

Loading module Cryptol
Loading module Cryptol
Loading module check25
[warning] at ./check25.cry:6:9--6:11
This binding for `tz` shadows the existing binding at
./check25.cry:3:1--3:3
[warning] at ./check25.cry:8:11--8:19:
Defaulting 1st type argument of 'check25::tx' to [4]
[warning] at ./check25.cry:5:6--6:16:
Defaulting the type of 'check25::tz' to [5]
True