We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94818a commit 188eab3Copy full SHA for 188eab3
1 file changed
src/Control/Parallel/Class.purs
@@ -18,7 +18,6 @@ import Control.Monad.Except.Trans (ExceptT(..))
18
import Control.Monad.Maybe.Trans (MaybeT(..))
19
import Control.Monad.Reader.Trans (mapReaderT, ReaderT)
20
import Control.Monad.Writer.Trans (mapWriterT, WriterT)
21
-import Control.Parallel.Class (class Parallel, parallel, sequential)
22
import Control.Plus (class Plus)
23
24
import Data.Either (Either)
0 commit comments