cryptol/tests/renamer/comp01.cry

5 lines
106 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
module comp01 where
// Test that comprehensions are getting renamed properly
xs = [ a | a <- [1 .. 10] ]