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