ref: 5aab9dd1d0d0b4e371ecbf5d5ad025de00a3eab1 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