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 553a0dc commit 2519539Copy full SHA for 2519539
src/Data/Lens/Lens/Tuple.purs
@@ -1,4 +1,8 @@
1
-module Data.Lens.Lens.Tuple where
+module Data.Lens.Lens.Tuple
2
+ ( _1
3
+ , _2
4
+ , module Data.Profunctor.Strong
5
+ ) where
6
7
import Data.Tuple (Tuple())
8
import Data.Lens.Lens (Lens())
src/Data/Lens/Prism/Either.purs
-module Data.Lens.Prism.Either where
+module Data.Lens.Prism.Either
+ ( _Left
+ , _Right
+ , module Data.Profunctor.Choice
import Prelude
0 commit comments