summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc007.hs
blob: c65458514bc8a26ac75b67a0c269d49a8b3b56b0 (plain)
1
2
3
4
5
6
7
8
9
module ShouldSucceed where

j = 2

k = 1:j:l

l = 0:k

m = j+j