mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-19 05:51:43 +03:00
56824291b2
This ensures that all applications of partial type functions are well-defined. Fixes #416.
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
f : {n} (fin n, 3 >= width n) => [lengthFromThenTo 1 n 7][3]
|
|
f = [1, n .. 7]
|
|
|
|
g : {n} (fin n, 3 >= width n) => [_][3]
|
|
g = [1, n .. 7]
|