@hackage Agda2.8.0
A dependently typed functional programming language and proof assistant
Installation
Tested Compilers
Dependencies (54)
- STMonadTrans >=0.4.5 && <0.5
- Win32 >=2.6.1.0 && <2.15
- aeson >=1.4.7.1 && <2.3
- ansi-terminal >=0.10.3 && <1.2
- array >=0.5.4.0 && <0.6
- async >=2.2.2 && <2.3 Show all…
Dependents (14)
@hackage/agda2train, @hackage/lhs2TeX-hl, @hackage/proof-assistant-bot, @hackage/blagda, @hackage/PandocAgda, @hackage/acme-everything, Show all…
Package Flags
dump-core
(off by default)
Write GHC core output.
debug
(off by default)
Enable debug printing. This makes Agda slightly slower, and building Agda slower as well. The --verbose=N option only has an effect when Agda was built with this flag.
debug-serialisation
(off by default)
Enable debug mode in serialisation. This makes serialisation slower.
debug-parsing
(off by default)
Enable debug mode in parsing. This makes parsing slower.
enable-cluster-counting
(off by default)
Enable the --count-clusters flag. (If enable-cluster-counting is False, then the --count-clusters flag triggers an error message.)
optimise-heavily
(on by default)
Enable some expensive optimisations when compiling Agda.
use-xdg-data-home
(off by default)
Install data files under $XDG_DATA_HOME/agda/$AGDA_VERSION by default instead of the installation location defined by Cabal. This should not be enabled in declarative build environments like Nix or Guix.
Agda 2
Note that this README is only about Agda, not its standard library. See the Agda Wiki for information about the library.
Documentation
- User manual (per-commit pdf can be downloaded from the github actions page)
- CHANGELOG
Getting Started
Contributing to Agda
- Contribution how-to:
HACKING - Haskell style-guide