cryptol/tests/regression/check30.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

9 lines
231 B
Plaintext

Loading module Cryptol
Loading module Cryptol
Loading module Main
[warning] at ./check30.cry:2:13--2:14
This binding for `x` shadows the existing binding at
./check30.cry:1:1--1:2
Loading module Cryptol
Loading module Main