formalization of model structures in Homotopy Type System (in Coq)
- This development compiles with Coq8.5
- To compile simply type
./configure
to produce the Makefilemake
to compile
We use a plugin to force Coq to use some given term to rewrite instead of the autogenerated "paths_internal_rew". See comments in HTS/Overture.v for the details.
To generate dependency graphs of the developement you will need Coq dpd-graph, at least this commit.