pads-haskell-0.0.0.1: PADS data description language for Haskell

Copyright(c) 2011
Kathleen Fisher <kathleen.fisher@gmail.com>
John Launchbury <john.launchbury@gmail.com>
LicenseMIT
MaintainerKarl Cronburg <karl@cs.tufts.edu>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Language.Pads.Parser

Contents

Description

This module implements the parser for the PADS syntax in Haskell using parser combinators.

Synopsis

Documentation

parsePadsDecls :: SourceName -> Line -> Column -> String -> Either ParseError [PadsDecl] Source #

The main entry point for the Pads QuasiQuoter

PADS DECLARATIONS

PADS TYPES

PADS DATA DECLARATIONS

PADS NEW TYPE DECLARATIONS

HASKELL IN PADS DECLARATIONS

LEXER