summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail187.hs
blob: d863b54e41cc44df3aa928bf36471b955376e6f0 (plain)
1
2
3
4
5
6
7
-- #1806

module ShouldFail where

data Foo = (:::)

foo (x ::: y) = ()