summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T8101.hs
blob: d7bcc1bd5eea714d9c2bed9e44c1c74652617d79 (plain)
1
2
3
4
5
6
7
8

module A where

data ABC = A | B | C

abc :: ABC -> Int
abc x = case x of
    A -> 1