Skip to content

clarus/coq-list-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.