shithub: MicroHs

ref: 3ba552fd05c696349c6e43bfcc59953395400d40
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