cryptol/tests/issues/issue148.icry.stdout
Robert Dockins c620cbf237 Update the parser to allow prefix operators in more places.
This allows us to define (~) as a prefix operator symbol synonym
for `complement`.

Fixes #296.
2016-05-04 16:26:36 -07:00

20 lines
638 B
Plaintext

Loading module Cryptol
Loading module Cryptol
Loading module Main
[warning] at ./issue148.cry:2:1--9:10:
Defaulting type parameter 'bits'
of literal or demoted expression
at ./issue148.cry:4:34--4:35
to max 2 (width a`195)
[warning] at ./issue148.cry:2:1--9:10:
Defaulting 2nd type parameter
of expression take
at ./issue148.cry:6:10--6:14
to 16 * a`195
[warning] at <interactive>:1:1--1:36:
Defaulting type parameter 'bits'
of finite enumeration
at <interactive>:1:19--1:26
to 5
(\(e : [64]) -> (e @@ [8 .. 24]) != zero) 0x00feff8000000000 = True