summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T4087.stdout
blob: 6b0bbb51a551afec38d088ab63d9cc7b3cc92d9f (plain)
1
2
3
4
5
type role Equal nominal nominal
type Equal :: * -> * -> *
data Equal a b where
  Equal :: Equal a a
  	-- Defined at T4087.hs:6:1