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

Safe HaskellNone
LanguageHaskell98

Agda.Main

Description

Agda main module.

Synopsis

Documentation

runAgda :: TCM () Source

The main function

runAgdaWithOptions Source

Arguments

:: TCM ()

HTML generating action

-> String

program name

-> CommandLineOptions

parsed command line options

-> TCM () 

Run Agda with parsed command line options and with a custom HTML generator

printUsage :: IO () Source

Print usage information.

printVersion :: IO () Source

Print version information.

optionError :: String -> IO () Source

What to do for bad options.

runTCMPrettyErrors :: TCM () -> IO () Source

Run a TCM action in IO; catch and pretty print errors.

main :: IO () Source

Main