mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-10 02:09:32 +03:00
7cd5e7bcef
Now that we only default to unlimited-precision types, this warning is considerably less useful.
3 lines
110 B
Plaintext
3 lines
110 B
Plaintext
:set ascii=on
|
|
if 1 <= 9 /\ 9 >= 1 /\ 1 < 9 /\ 9 > 1 /\ 1 == 1 then "comparisons good" else "comparisons bad "
|