Copyright | © 2015–2017 Megaparsec contributors |
---|---|
License | FreeBSD |
Maintainer | Mark Karpov <markkarpov92@gmail.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Convenience definitions for working with lazy ByteString
.
- type Parser = Parsec Dec ByteString
Documentation
type Parser = Parsec Dec ByteString Source #
Modules corresponding to various types of streams define Parser
accordingly, so the user can use it to easily change the type of input
stream by importing different “type modules”. This one is for lazy
ByteString
s.