Skip to content

Commit 2519539

Browse files
committed
Reexports
1 parent 553a0dc commit 2519539

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/Data/Lens/Lens/Tuple.purs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
module Data.Lens.Lens.Tuple where
1+
module Data.Lens.Lens.Tuple
2+
( _1
3+
, _2
4+
, module Data.Profunctor.Strong
5+
) where
26

37
import Data.Tuple (Tuple())
48
import Data.Lens.Lens (Lens())

src/Data/Lens/Prism/Either.purs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
module Data.Lens.Prism.Either where
1+
module Data.Lens.Prism.Either
2+
( _Left
3+
, _Right
4+
, module Data.Profunctor.Choice
5+
) where
26

37
import Prelude
48

0 commit comments

Comments
 (0)