ref: 766bc6f2cf7fe1d3413cad35d97db6f3f9b98492 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