in-other-words-0.2.0.0: src/Control/Effect/Select.hs
module Control.Effect.Select
( -- * Effect
Select(..)
-- * Actions
, select
-- * Interpretations
, runSelect
-- * Carriers
, SelectC
) where
import Control.Effect.Internal.Select