We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682e9f6 commit 84053d1Copy full SHA for 84053d1
lectures/lecture1.ctt
@@ -351,9 +351,10 @@ where r is some element of the interval.
351
-}
352
353
354
--- As in the Cubical Type Theory paper the type PathP (written Path in
355
--- the paper!) is heterogeneous. The homogeneous Path type can be
356
--- defined by:
+-- The type PathP is a heterogeneous path type and it corresponds to
+-- the Path type introduced in section 9.2 of the cubical type theory
+-- paper. The homogeneous Path type, corresponding to the one in
357
+-- section 3 of the paper, can then be defined by:
358
Path (A : U) (a b : A) : U = PathP (<_> A) a b
359
360
{-
0 commit comments