packages feed

planet-mitchell-0.0.0: src/Coerce/Unsafe.hs

module Coerce.Unsafe
  ( unsafeCoerce
  ) where

import Unsafe.Coerce (unsafeCoerce)