{-# LANGUAGE PackageImports #-}
module Prelude (
module Prelude,
module Control.Effect,
module Control.Effect.Key,
module Data.Effect.TH,
module Data.Effect.HFunctor.TH,
module Data.Effect.Key.TH,
Type,
Infinite ((:<)),
) where
import Control.Effect (type (<:), type (<<:), type (~>))
import Control.Effect.Key (SendFOEBy, SendHOEBy)
import Data.Effect.HFunctor.TH
import Data.Effect.Key.TH (makeKeyedEffect, makeKeyedEffect_)
import Data.Effect.TH
import Data.Kind (Type)
import Data.List.Infinite (Infinite ((:<)))
import "base" Prelude