Copyright | (c) 2011 Kathleen Fisher <[email protected]> John Launchbury <[email protected]> |
---|---|
License | MIT |
Maintainer | Karl Cronburg <[email protected]> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Language.Pads.Parser
Contents
Description
This module implements the parser for the PADS syntax in Haskell using parser combinators.
Synopsis
- parsePadsDecls :: SourceName -> Line -> Column -> String -> Either ParseError [PadsDecl]
Documentation
parsePadsDecls :: SourceName -> Line -> Column -> String -> Either ParseError [PadsDecl] Source #
The main entry point for the Pads QuasiQuoter