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