shithub: MicroHs

ref: 25faeffbcee9b8006aa5e8083ea81eadcca8367e
dir: /lib/Unsafe/Coerce.hs/

View raw version
module Unsafe.Coerce(module Unsafe.Coerce, AnyType) where
import Primitives

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