summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci059.stdout
blob: 3cb103c9f57be38938d1c18c4ad74da018eaeac0 (plain)
1
2
3
4
type role Coercible representational representational
class a ~R# b => Coercible (a :: k0) (b :: k0)
  	-- Defined in ‘GHC.Types’
coerce :: Coercible a b => a -> b 	-- Defined in ‘GHC.Prim’