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