summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/T14719.hs
blob: 004116dcc6ef330b59f621d6b9dd976d9d69abd1 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE GADTs #-}
module T14719 where

data Foo1 where
  MkFoo1 :: Bool

newtype Foo2 where
  MkFoo2 :: Foo2