shithub: MicroHs

ref: 32a97fd5217ed6b2b312f6b634ca316f8dc7e0fe
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