File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change
1
+ - Remove [ unlawful] ( https://github.com/Gabriella439/foldl/pull/96 ) ` ArrowChoice ` instance for ` Fold1 `
2
+
1
3
1.4.18
2
4
3
5
- Add [ ` lifts ` ] ( https://github.com/Gabriella439/foldl/pull/214 )
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ module Control.Foldl.NonEmpty (
62
62
) where
63
63
64
64
import Control.Applicative (liftA2 , Const (.. ))
65
- import Control.Arrow (Arrow (.. ), ArrowChoice ( .. ) )
65
+ import Control.Arrow (Arrow (.. ))
66
66
import Control.Category (Category ())
67
67
import qualified Control.Category
68
68
import Control.Comonad (Comonad (.. ))
@@ -206,10 +206,6 @@ instance Arrow Fold1 where
206
206
first = first'
207
207
{-# INLINE first #-}
208
208
209
- instance ArrowChoice Fold1 where
210
- left = left'
211
- {-# INLINE left #-}
212
-
213
209
instance Num b => Num (Fold1 a b ) where
214
210
fromInteger = pure . fromInteger
215
211
{-# INLINE fromInteger #-}
You can’t perform that action at this time.
0 commit comments