summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T4087.hs
blob: 818649450871adeb943702501a3efe6adeb243ef (plain)
1
2
3
4
5
6
7
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE GADTs #-}

module T4087 where

data Equal a b where
     Equal :: Equal a a