mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-13 20:13:56 +03:00
709dc939ed
Instead of defaulting to `[n]` for some `n`, prefer instead to default to `Integer` or `Rational` depending on the other required constraints.
13 lines
413 B
Plaintext
13 lines
413 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at check08.cry:9:25--9:33:
|
|
Defaulting type argument 'a' of 'fromTo' to Integer
|
|
[warning] at check08.cry:7:16--7:24:
|
|
Defaulting type argument 'a' of 'fromTo' to Integer
|
|
[warning] at <interactive>:1:7--1:15:
|
|
Defaulting type argument 'a' of 'fromTo' to Integer
|
|
[0x00000001, 0x00000002, 0x00000005, 0x0000000c, 0x0000001b]
|
|
True
|
|
Q.E.D.
|