packages feed

effectful-core-2.6.1.0: src/Effectful/Dispatch/Static/Unsafe.hs

-- | Unsafe utilities for statically dispatched effects.
module Effectful.Dispatch.Static.Unsafe
  ( reallyUnsafeLiftMapIO
  , reallyUnsafeUnliftIO
  ) where

import Effectful.Internal.Monad