Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 446 Bytes

Logo ListPlus

More functions on lists.

Install

With OPAM

Add the Coq repository:

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

and run:

opam install coq-list-plus

From the sources

Run:

./configure.sh
make
make install

Use

Add:

Require Import ListPlus.All.

at the beginning of your source files.