shithub: MicroHs

ref: b1b1dec53c14e3c4778d8b795f6f9d981de7302d
dir: /lib/Unsafe/Coerce.hs/

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

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