shithub: MicroHs

ref: d87fa9fcb3cf363d91e90e5f1429ca28aeedd2ff
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