haskell / 9 / libraries / text-2.0.1 / data-text-internal-private.html

Data.Text.Internal.Private

Copyright (c) 2011 Bryan O'Sullivan
License BSD-style
Maintainer bos@serpentine.com
Stability experimental
Portability GHC
Safe Haskell Safe-Inferred
Language Haskell2010

Description

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

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

spanAscii_ :: (Word8 -> Bool) -> Text -> (# Text, Text #) Source

For the sake of performance this function does not check that a char is in ASCII range; it is a responsibility of p.

Since: text-2.0

© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/9.4.2/docs/libraries/text-2.0.1/Data-Text-Internal-Private.html