Skip to content
This repository has been archived by the owner. It is now read-only.
Homotopy theory in Coq.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Experimental Merge branch 'master' of github.com:andrejbauer/Homotopy Mar 13, 2011
OberwolfachTutorial Changed inputenc on univalence.tex so that characters get displayed p… Mar 6, 2011
Peter @ fa6d22d Added Peter Lumsdaine git repository of his Oberwolfach files Mar 4, 2011
UnivalentFoundations
Vladimir @ 5e4d727 Adding Vladimirs foundations as a submodule Mar 4, 2011
.gitignore Cleaning up the UnivalentFoundations library, and adding .gitignore f… Mar 6, 2011
.gitmodules
README type in README Mar 7, 2011

README

This repository contains various files related to "homotopy type
theory". Each subdirectory contains a README file which you can
inspect to get a description of what is in there.


The repository contains submodules for Vladimir Voevodsky's and
Peter Lumsdaine's repositories. You can obtain those automatically
by giving the --recursive option when you clone this repository:

  git clone --recursive <this-repository-address>

If you have already cloned this repository without --recursive,
you can still get the submodules with

  git submodule update --init --recursive

You can’t perform that action at this time.