mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-14 11:16:33 +03:00
3 lines
68 B
Plaintext
3 lines
68 B
Plaintext
test : {a} [_]
|
|
test = [False] # [ y | i <- zero : [a] | y <- test ]
|