Skip to content

Commit 71dfbec

Browse files
committed
Remove unused imports
1 parent 109796a commit 71dfbec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Control/Alternative.purs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ module Control.Alternative where
55

66
import Prelude
77

8-
import Control.Alt
9-
import Control.Lazy
10-
import Control.Plus
8+
import Control.Plus (Plus)
119

1210
-- | The `Alternative` type class has no members of its own; it just specifies
1311
-- | that the type constructor has both `Applicative` and `Plus` instances.

0 commit comments

Comments
 (0)