shithub: MicroHs

ref: 3eec9d59f513c7c1a1e99beeb9d72dfbbf50a54f
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