Implementations of various lambda calculus based systems.Source codeContentsIndex
Typed.Parser
Stabilityexperimental
Maintainerthanos@sians.org
Contents
Parsers
Description
Parsers for the Typed system.
Synopsis
parseProgram :: String -> Program
parseContext :: String -> Context
Parsers
parseProgram :: String -> ProgramSource
Parse source-code from a string to a Program.
parseContext :: String -> ContextSource
Parse source-code from a string to a Context.
Produced by Haddock version 2.4.2