lens-1.1.1: Families of Lenses, Folds and Traversals

Portabilityportable
Stabilityprovisional
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellSafe-Infered

Data.Text.Lens

Description

 

Synopsis

Documentation

class TraverseText t whereSource

Provides ad hoc overloading for traverseText for both strict and lazy Text.

Methods

traverseText :: Simple Traversal t CharSource

Traverse the individual characters in a either strict or lazy Text.

 anyOf traverseText (=='c') :: TraverseText b => b -> Bool