Skip to content

coq-community/reduction-effects

Repository files navigation

Reduction Effects

Docker CI Contributing Code of Conduct Zulip

Meta

  • Author(s):
    • Hugo Herbelin (initial)
  • Coq-community maintainer(s):
  • License: Mozilla Public License 2.0
  • Compatible Coq versions: Coq 8.10 or later
  • Additional dependencies:
  • Coq namespace: ReductionEffect
  • Related publication(s): none

Building and installation instructions

The easiest way to install the latest released version of Reduction Effects is via OPAM:

opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-reduction-effects

To instead build and install manually, do:

git clone https://github.com/coq-community/reduction-effects.git
cd reduction-effects
make   # or make -j <number-of-cores-on-your-machine> 
make install