shithub: MicroHs

ref: 17e9e9a95f71cce9f47083d8de27aea72e9c864e
dir: /lib/Unsafe/Coerce.hs/

View raw version
module Unsafe.Coerce(module Unsafe.Coerce, Any) where
import Primitives

unsafeCoerce :: forall a b . a -> b
unsafeCoerce = primUnsafeCoerce