@hackage / Agda

A dependently typed functional programming language and proof assistant

Latest2.8.0

About

Metadata

  • Last updated , by AndreasAbel
  • License MIT
  • Maintained by: The Agda Team

  • Lottery factor: 2

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.2
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7
  9. 8.8.4

Package Flags

Use the -f option with cabal commands to enable 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.

Readme

Agda 2

Hackage version Stackage version Build, Test, and Benchmark Documentation Status Agda Zulip

The official Agda logo

Note that this README is only about Agda, not its standard library. See the Agda Wiki for information about the library.

Documentation

Getting Started

Contributing to Agda