We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109796a commit 71dfbecCopy full SHA for 71dfbec
src/Control/Alternative.purs
@@ -5,9 +5,7 @@ module Control.Alternative where
5
6
import Prelude
7
8
-import Control.Alt
9
-import Control.Lazy
10
-import Control.Plus
+import Control.Plus (Plus)
11
12
-- | The `Alternative` type class has no members of its own; it just specifies
13
-- | that the type constructor has both `Applicative` and `Plus` instances.
0 commit comments