Skip to content

Commit 188eab3

Browse files
paulyoungpaf31
authored andcommitted
Remove self import (#22)
1 parent c94818a commit 188eab3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Control/Parallel/Class.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import Control.Monad.Except.Trans (ExceptT(..))
1818
import Control.Monad.Maybe.Trans (MaybeT(..))
1919
import Control.Monad.Reader.Trans (mapReaderT, ReaderT)
2020
import Control.Monad.Writer.Trans (mapWriterT, WriterT)
21-
import Control.Parallel.Class (class Parallel, parallel, sequential)
2221
import Control.Plus (class Plus)
2322

2423
import Data.Either (Either)

0 commit comments

Comments
 (0)