blob: ffc893f363d88e98019ec65ae34fe715be7ac6a0 (
plain)
1
2
3
4
5
6
|
type role Coercible representational representational
class Coercible (a :: k) (b :: k)
-- Defined in ‘GHC.Types’
coerce ::
forall (k :: BOX) (a :: k) (b :: k). Coercible a b => a -> b
-- Defined in ‘GHC.Prim’
|