shithub: MicroHs

ref: 1f8978838ef1ce72ffe14ec5844a698ce98dce11
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