cryptol/tests/renamer/comp01.cry
2014-04-17 15:34:25 -07:00

5 lines
106 B
Plaintext

module comp01 where
// Test that comprehensions are getting renamed properly
xs = [ a | a <- [1 .. 10] ]