shithub: MicroHs

ref: 5a6e20ca64a3a59cfef8d4bb9167e7c7532374e4
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