text-1.1.1.1: An efficient packed Unicode text type.

PortabilityGHC
Stabilityexperimental
Maintainer[email protected]
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