summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T10534.hs
blob: ce694b4dca01f53c03da4b138eadc266b5f2a0c4 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE TypeFamilies #-}

module T10534 where

import T10534a

newtype instance DF a = MkDF ()

unsafeCoerce :: a -> b
unsafeCoerce = silly