mirror of
https://github.com/GaloisInc/cryptol.git
synced 2025-01-07 08:19:12 +03:00
8fe9f5efa9
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
12 lines
374 B
Plaintext
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
|