ref: 2ff4d2ebbe312878f1304c20f443c430f5fd70d6 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