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.
Wander
1 parent 8086d66 commit 1a5bc27Copy full SHA for 1a5bc27
docs/Data/Lens/Internal/Wander.md
@@ -5,7 +5,7 @@ This module defines the `Wander` type class, which is used to define `Traversal`
5
#### `Wander`
6
7
``` purescript
8
-class (Strong p) <= Wander p where
+class (Strong p, Choice p) <= Wander p where
9
wander :: forall f s t a b. (forall f. (Applicative f) => (a -> f b) -> s -> f t) -> p a b -> p s t
10
```
11
0 commit comments