@hackage Agda2.8.0

A dependently typed functional programming language and proof assistant

  • Installation

  • Tested Compilers

  • Dependencies (54)

  • 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

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