ref: c40d2d87ada20043d12e9fd57a0ac0de316ebbf4 dir: /lib/Unsafe/Coerce.hs/
module Unsafe.Coerce(module Unsafe.Coerce, Any, primIsInt, primIsIO) where import Primitives unsafeCoerce :: forall a b . a -> b unsafeCoerce = primUnsafeCoerce