Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 564 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 564 Bytes

Description

My HoTT book (Homotopy Type Theory) solutions written in cubicaltt.

Structure

  • basic.ctt — basic definitions (Path, refl etc).
  • definitions1.ctt — chapter 1 definitions.
  • definitions2.ctt — chapter 2 definitions.
  • definitions3.ctt — chapter 3 definitions.
  • definitions4.ctt — chapter 4 definitions.
  • hott1.ctt — chapter 1 solutions.
  • hott2.ctt — chapter 2 solutions.
  • hott3.ctt — chapter 3 solutions.
  • contr.ctt contains only isContr definition.