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 c82f95e commit 5c3e87fCopy full SHA for 5c3e87f
1 file changed
optics-sop/src/Optics/SOP.hs
@@ -44,6 +44,9 @@ import Optics.Core
44
import Generics.SOP.Optics
45
import Optics.SOP.ToTuple
46
47
+-- $setup
48
+-- >>> import Optics.Core
49
+
50
-- | Wrapped form of a simple lens, to enable partial application.
51
newtype WrappedLens s a = WrappedLens { unWrapLens :: Lens' s a }
52
-- | Wrapped form of a prism to an 'NP', to enable partial application.
0 commit comments