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