Module

Data.Lens.Internal.Wander

This module defines the Wander type class, which is used to define Traversals.

#Wander

class (Strong p, Choice p) <= Wander p  where

Class for profunctors that support polymorphic traversals.

Members

  • wander :: forall s t a b. (forall f. Applicative f => (a -> f b) -> s -> f t) -> p a b -> p s t

Instances

Modules