ref: cf0166d6f96c0980cf5c207866c730f6380f2788
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