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