293 Forks
2092 Stars
2092 Watchers

agda

Agda is a dependently typed programming language / interactive theorem prover.

How to download and setup agda

Open terminal and run command
git clone https://github.com/agda/agda.git
git clone is used to create a copy or clone of agda repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with agda https://github.com/agda/agda/archive/master.zip

Or simply clone agda with SSH
[email protected]:agda/agda.git

If you have some problems with agda

You may open issue on agda support forum (system) here: https://github.com/agda/agda/issues