shithub: MicroHs

ref: 05c71fc3c8b47597a6c2bf422a58ef8c4dbb64b9
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