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