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.
Index
1 parent 67a9820 commit b5ec15fCopy full SHA for b5ec15f
src/Data/Lens/Index.purs
@@ -15,7 +15,7 @@ import Data.Set as S
15
import Data.StrMap as SM
16
import Data.Traversable (traverse)
17
18
-class Index m a b where
+class Index m a b | m -> a, m -> b where
19
ix :: a -> TraversalP m b
20
21
instance indexArr :: (Eq i) => Index (i -> a) i a where
0 commit comments