Skip to content

Commit be6ecac

Browse files
authored
Merge pull request #39 from tslawler/master
Add fundeps to `Index`
2 parents 67a9820 + b5ec15f commit be6ecac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Lens/Index.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Data.Set as S
1515
import Data.StrMap as SM
1616
import Data.Traversable (traverse)
1717

18-
class Index m a b where
18+
class Index m a b | m -> a, m -> b where
1919
ix :: a -> TraversalP m b
2020

2121
instance indexArr :: (Eq i) => Index (i -> a) i a where

0 commit comments

Comments
 (0)