shithub: MicroHs

ref: 03886e1c2ae8d02a635e4f5eafef82fa8eb9898f
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