summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc069.hs
blob: 539b3046da70e5a483ca1cc7a0bc157ef7edd81d (plain)
1
2
3
4
module ShouldSucceed where

x = 'a'
(y:ys) = ['a','b','c'] where p = x