Skip to content

Commit 5c3e87f

Browse files
committed
WIP
1 parent c82f95e commit 5c3e87f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

optics-sop/src/Optics/SOP.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ import Optics.Core
4444
import Generics.SOP.Optics
4545
import Optics.SOP.ToTuple
4646

47+
-- $setup
48+
-- >>> import Optics.Core
49+
4750
-- | Wrapped form of a simple lens, to enable partial application.
4851
newtype WrappedLens s a = WrappedLens { unWrapLens :: Lens' s a }
4952
-- | Wrapped form of a prism to an 'NP', to enable partial application.

0 commit comments

Comments
 (0)