Skip to content

A Coq plugin to add reduction side effects to some Coq reduction strategies [maintainers=@liyishuai,@JasonGross]

License

Notifications You must be signed in to change notification settings

coq-community/reduction-effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e65901 · Oct 30, 2024

History

39 Commits
Oct 30, 2024
Jan 29, 2020
May 30, 2023
Jan 28, 2020
Oct 27, 2020
May 30, 2023
Feb 3, 2022
Oct 30, 2024
Feb 3, 2022
Feb 3, 2022
Oct 30, 2024
Jul 17, 2024
Jun 7, 2017

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