4d30ded1857c196d39b893ca2133dc75a1923af9
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail013.hs
1 -- !!! Conflicting constructors from two data type decls
2
3 module Foo where
4
5 data T1 = MkT Int
6
7 data T2 = MkT Bool
8
9 f (MkT x) = x