shithub: MicroHs

ref: b36e72a80a8d1a90f84da10a09055d9a450d3410
dir: /lib/Unsafe/Coerce.hs/

View raw version
module Unsafe.Coerce(module Unsafe.Coerce, Any, primIsInt, primIsIO) where
import Primitives

unsafeCoerce :: forall a b . a -> b
unsafeCoerce = primUnsafeCoerce