Skip to content

Commit 1a5bc27

Browse files
committed
Updated docs for Wander.
1 parent 8086d66 commit 1a5bc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Data/Lens/Internal/Wander.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This module defines the `Wander` type class, which is used to define `Traversal`
55
#### `Wander`
66

77
``` purescript
8-
class (Strong p) <= Wander p where
8+
class (Strong p, Choice p) <= Wander p where
99
wander :: forall f s t a b. (forall f. (Applicative f) => (a -> f b) -> s -> f t) -> p a b -> p s t
1010
```
1111

0 commit comments

Comments
 (0)