mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 10:46:37 +03:00
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
module comp01 where
|
|
|
|
// Test that comprehensions are getting renamed properly
|
|
xs = [ a | a <- [1 .. 10] ]
|