cryptol/tests/renamer/comp02.cry

6 lines
133 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
module comp02 where
// redundant variables in a comprehension causes an error
xs = [ a | a <- [1 .. 10]
| a <- [1 .. 10] ]