Agda
Safe HaskellNone
LanguageHaskell2010

Agda.Interaction.ExitCode

Synopsis

Documentation

agdaErrorToInt :: AgdaError -> Int Source #

Return the error corresponding to an exit code from the Agda process

exitSuccess :: IO a #

The computation exitSuccess is equivalent to exitWith ExitSuccess, It terminates the program successfully.