shithub: MicroHs

ref: 4ce38e41a9f2f99c2fedf260039839e18bbe1d94
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