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