mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-23 22:27:25 +03:00
4 lines
132 B
Plaintext
4 lines
132 B
Plaintext
testme : {a} [_][a]
|
|
testme = [undefined] # [ undefined | i <- take `{a} [0 ... ]
|
|
| y <- testme ]
|