Abstract
The Agda programming language is most often used as a theorem prover.
Agda programs can also be compiled using the GHC backend, which translates an Agda program to a Haskell program that can be compiled by the GHC compiler.
Because the Agda programming language has multiple features that are difficult to translate
... read more