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