packages feed

polysemy-conc-0.15.0.0: lib/Polysemy/Conc/Gate.hs

{-# options_haddock prune #-}

-- | Description: API for the 'Gate' effect
module Polysemy.Conc.Gate (
  module Polysemy.Conc.Effect.Gate,
  module Polysemy.Conc.Interpreter.Gate,
) where

import Polysemy.Conc.Effect.Gate
import Polysemy.Conc.Interpreter.Gate