| Copyright | 2010 Bryan O'Sullivan | 
|---|---|
| License | BSD-style | 
| Maintainer | [email protected] | 
| Stability | experimental | 
| Portability | GHC | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Data.Text.Internal.Functions
Description
Warning: this is an internal module, and does not have a stable API or name. Functions in this module may not check or enforce preconditions expected by public modules. Use at your own risk!
Useful functions.
Synopsis
- intersperse :: a -> [a] -> [a]
 - unsafeWithForeignPtr :: ForeignPtr a -> (Ptr a -> IO b) -> IO b
 
Documentation
intersperse :: a -> [a] -> [a] Source #
A lazier version of Data.List.intersperse. The other version causes space leaks!
unsafeWithForeignPtr :: ForeignPtr a -> (Ptr a -> IO b) -> IO b Source #