Agda-2.6.2.1.20220327: A dependently typed functional programming language and proof assistant
Safe HaskellSafe-Inferred
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.