packages feed

MicroHs-0.12.6.1: lib/Unsafe/Coerce.hs

module Unsafe.Coerce(module Unsafe.Coerce, AnyType) where
import qualified Prelude()              -- do not import Prelude
import Primitives

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