Agda-2.2.10: A dependently typed functional programming language and proof assistant

Agda.Syntax.Parser.Parser

Description

The parser is generated by Happy (http://www.haskell.org/happy).

Synopsis

Documentation

moduleParser :: Parser Module

Parse a module.

exprParser :: Parser Expr

Parse an expression. Could be used in interactions.

tokensParser :: Parser [Token]

Parse the token stream. Used by the TeX compiler.

tests :: IO Bool

Test suite.