| Copyright | © 2015 Megaparsec contributors © 2007 Paolo Martini |
|---|---|
| License | FreeBSD |
| Maintainer | Mark Karpov <markkarpov@opmbx.org> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Text.Megaparsec.ByteString.Lazy
Description
Convenience definitions for working with lazy ByteString.
- type Parser = Parsec ByteString
Documentation
type Parser = Parsec ByteString Source
Different modules corresponding to various types of streams (String,
Text, ByteString) define it differently, so user can use “abstract”
Parser type and easily change it by importing different “type
modules”. This one is for lazy byte-strings.