File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ module Data.Lens.Index
5
5
6
6
import Prelude
7
7
8
- import Data.Identity (Identity (.. ))
8
+ import Data.Identity (Identity ())
9
9
import Data.Map as M
10
- import Data.Maybe (maybe , fromMaybe , Maybe (..) )
10
+ import Data.Maybe (Maybe (), maybe , fromMaybe )
11
11
import Data.Set as S
12
12
import Data.StrMap as SM
13
13
import Data.Array as A
Original file line number Diff line number Diff line change 1
- module Data.Lens.Lens.Tuple
1
+ module Data.Lens.Lens.Tuple
2
2
( _1
3
3
, _2
4
4
, module Data.Profunctor.Strong
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ module Data.Lens.Prism.Either
6
6
7
7
import Prelude
8
8
9
- import Data.Either (Either (.. ))
10
- import Data.Lens.Prism (Prism (), prism )
9
+ import Data.Either (Either ())
10
+ import Data.Lens.Prism (Prism ())
11
11
import Data.Profunctor.Choice (left , right )
12
12
13
13
-- | Prism for the `Left` constructor of `Either`.
You can’t perform that action at this time.
0 commit comments