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
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at ./check09.cry:22:5--22:10
|
|
This binding for `initL` shadows the existing binding at
|
|
./check09.cry:4:1--4:6
|
|
[warning] at ./check09.cry:21:5--21:10
|
|
This binding for `initS` shadows the existing binding at
|
|
./check09.cry:3:1--3:6
|
|
[warning] at ./check09.cry:27:5--27:7
|
|
This binding for `ls` shadows the existing binding at
|
|
./check09.cry:8:1--8:3
|
|
[warning] at ./check09.cry:23:5--23:7
|
|
This binding for `ss` shadows the existing binding at
|
|
./check09.cry:5:1--5:3
|
|
[warning] at ./check09.cry:17:12--17:28:
|
|
Defaulting type argument 'ix' of '(@@)' to 3
|
|
[warning] at ./check09.cry:13:12--13:80:
|
|
Defaulting type argument 'ix' of '(@@)' to 2
|
|
[warning] at ./check09.cry:14:12--14:80:
|
|
Defaulting type argument 'ix' of '(@@)' to 2
|
|
[warning] at <interactive>:1:1--1:15:
|
|
Defaulting type argument 'ix' of '(@@)' to 2
|
|
[0x00000008, 0x00004080, 0x00068c00, 0x00a22800]
|
|
[warning] at <interactive>:1:1--1:15:
|
|
Defaulting type argument 'ix' of '(@@)' to 2
|
|
[0x00000800, 0x00005080, 0x00072d00, 0x00b08200]
|
|
[0x00000008, 0x131b638b, 0x4fdd24a2, 0xb9094711, 0xa9cc106f,
|
|
0x52c445fb, 0xec66ea8b]
|
|
True
|
|
True
|
|
True
|