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.
At
1 parent 431c583 commit 1b695c2Copy full SHA for 1b695c2
src/Data/Lens/At.purs
@@ -15,7 +15,7 @@ import Data.Newtype (unwrap)
15
import Data.Lens (Lens', lens)
16
import Data.Lens.Index (class Index)
17
18
-class (Index m a b) <= At m a b where
+class Index m a b <= At m a b | m -> a, m -> b where
19
at :: a -> Lens' m (Maybe b)
20
21
instance atIdentity :: At (Identity a) Unit a where
0 commit comments