shithub: MicroHs

ref: 33f575d0a94f98c9b36c51bb696ecc1b30da6e28
dir: /lib/Unsafe/Coerce.hs/

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

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