summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T10059.stdout
blob: 955c95a966c3a8ffe153801e4f235df6d89b0987 (plain)
1
2
3
4
class (a ~ b) => (~) (a :: k) (b :: k) 	-- Defined in ‘GHC.Types’
(~) :: k -> k -> Constraint
class (a GHC.Prim.~# b) => (~) (a :: k) (b :: k)
  	-- Defined in ‘GHC.Types’