text-1.2.3.2: An efficient packed Unicode text type.
Copyright(c) 2011 Bryan O'Sullivan
LicenseBSD-style
Maintainerbos@serpentine.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Data.Text.Internal.Private

Description

 

Documentation

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

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