Skip to content

Commit

Permalink
Don't re-export Env stuff from Effectful.Internal.Monad
Browse files Browse the repository at this point in the history
  • Loading branch information
arybczak committed Oct 6, 2024
1 parent 7580e9c commit 703e637
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions effectful-core/src/Effectful/Internal/Monad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ module Effectful.Internal.Monad
, stateStaticRep
, stateStaticRepM
, localStaticRep

-- *** Primitive operations
, consEnv
, getEnv
, putEnv
, stateEnv
, modifyEnv
) where

import Control.Applicative
Expand Down

0 comments on commit 703e637

Please sign in to comment.