shithub: MicroHs

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