mirror of
https://code.naskya.net/repos/ndqEd
synced 2025-03-20 15:14:54 +09:00
Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports
This commit is contained in:
parent
7686f3777e
commit
4b20ed23b6
162 changed files with 156 additions and 702 deletions
src/Control
|
@ -21,8 +21,6 @@ module Control.Applicative.Local
|
|||
)
|
||||
where
|
||||
|
||||
import Prelude
|
||||
|
||||
import Control.Applicative
|
||||
|
||||
-- | Apply action between zero and @n@ times, inclusive, and list the results.
|
||||
|
|
|
@ -19,8 +19,6 @@ module Control.Concurrent.Local
|
|||
)
|
||||
where
|
||||
|
||||
import Prelude
|
||||
|
||||
import Control.Concurrent
|
||||
import Control.Monad
|
||||
import Control.Monad.IO.Class
|
||||
|
|
|
@ -38,8 +38,6 @@ module Control.Concurrent.ResultShare
|
|||
)
|
||||
where
|
||||
|
||||
import Prelude
|
||||
|
||||
import Control.Concurrent
|
||||
import Control.Concurrent.STM.TVar
|
||||
import Control.Exception
|
||||
|
|
|
@ -18,8 +18,6 @@ module Control.Monad.Trans.Except.Local
|
|||
)
|
||||
where
|
||||
|
||||
import Prelude
|
||||
|
||||
import Control.Monad.Trans.Except
|
||||
|
||||
fromMaybeE :: Monad m => Maybe a -> e -> ExceptT e m a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue