ref: 7f3da47a8e1a1e6c6f9d63946ad84ed589310a17
dir: /lib/Unsafe/Coerce.hs/
module Unsafe.Coerce(module Unsafe.Coerce, AnyType) where import Prelude() -- do not import Prelude import Primitives unsafeCoerce :: forall a b . a -> b unsafeCoerce = primUnsafeCoerce