packages feed

MicroHs-0.9.3.0: lib/Unsafe/Coerce.hs

module Unsafe.Coerce(module Unsafe.Coerce, AnyType) where
import Primitives

unsafeCoerce :: forall a b . a -> b
unsafeCoerce = primUnsafeCoerce