shithub: MicroHs

ref: 03ffe328c2e2317f8a99c1644bd2ec2811bb8ce5
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