text-1.1.1.3: An efficient packed Unicode text type.

PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Safe HaskellNone

Data.Text.Internal.Private

Description

 

Documentation

runText :: (forall s. (MArray s -> Int -> ST s Text) -> ST s Text) -> TextSource

span_ :: (Char -> Bool) -> Text -> (#Text, Text#)Source