1
0
mirror of https://github.com/nmvdw/HITs-Examples synced 2025-11-02 22:53:51 +01:00
Dan Frumin 2cd3beec43 commutative -> commutativity
In accordance with the rest of the interfaces
2017-09-17 19:45:32 +02:00
2017-09-17 19:45:32 +02:00
2017-05-22 16:45:51 +02:00
2017-05-01 17:27:49 +02:00
2017-08-04 14:46:08 +02:00
2017-08-24 16:53:58 +02:00

HITs-Coq

Needed: https://github.com/HoTT/HoTT

The only part of the project that is buildable is the FiniteSets library.

Building

Before proceeding make sure that you have hoqc installed.

  1. Build the HitTactics library in prelude.
cd prelude
hoqc HitTactics
  1. Generate the Makefile and build the FiniteSets library
cd ../FiniteSets
coq_makefile -f _CoqProject -o Makefile
make
Description
No description provided
Readme 792 KiB
Languages
Coq 100%