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