1
0
mirror of https://github.com/nmvdw/HITs-Examples synced 2025-11-25 14:43:52 +01:00
Dan Frumin 8ce4cb760a Update the code to match the latest HoTT
HoTT commit 3526c344c47d32f5d4d268658031777239ec952b
2017-11-06 15:25:56 +01: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-10-11 13:37:48 +02:00

HITs-Coq

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

The Finite Sets library of the 'Finite Sets in Homotopy Type Theory' is in the directory 'Finite Sets'.

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%