summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T15546.stdout
blob: 5dc8cf367909dadab11c782984c918a31bd990ff (plain)
1
2
3
4
5
6
7
8
9
type family E a b :: * where
    E a a = ()
    E a b = Bool
  	-- Defined at <interactive>:2:1
type family E a b :: * where
  {- #0 -} E a a = ()
  {- #1 -} E a b = Bool
      -- incompatible with: #0
  	-- Defined at <interactive>:2:1