Copyright | (c) Martin Zeller, 2016 |
---|---|
License | BSD2 |
Maintainer | Martin Zeller <mz.bremerhaven@gmail.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Text.ABNF.ABNF.Types
Description
These types are used by the parser and are loosely modeled after the ABNF privded in RFC 5234
Documentation
type Identifier = Text Source
Constructors
Rule Identifier DefinedAs SumSpec |
Constructors
SumSpec [ProductSpec] |