| Copyright | (C) 2012-16 Edward Kmett | 
|---|---|
| License | BSD-style (see the file LICENSE) | 
| Maintainer | Edward Kmett <[email protected]> | 
| Stability | experimental | 
| Portability | non-portable | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Data.Text.Lens
Description
Documentation
Traversals for strict or lazy Text
Methods
packed :: Iso' String t Source #
This isomorphism can be used to pack (or unpack) strict or lazy Text.
packx ≡ x^.packedunpackx ≡ x^.frompackedpacked≡fromunpacked