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

module T4087 where

data Equal a b where
     Equal :: Equal a a