W3cubDocs

/Haskell 9

Data.Text.Internal.Private

Copyright (c) 2011 Bryan O'Sullivan
License BSD-style
Maintainer [email protected]
Stability experimental
Portability GHC
Safe Haskell None
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.12.1/docs/libraries/text-2.1.2-84f9/Data-Text-Internal-Private.html