shithub: MicroHs

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