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