Skip to content

Commit 84053d1

Browse files
committed
clarify PathP vs Path
1 parent 682e9f6 commit 84053d1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lectures/lecture1.ctt

+4-3
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,10 @@ where r is some element of the interval.
351351
-}
352352

353353

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:
354+
-- The type PathP is a heterogeneous path type and it corresponds to
355+
-- the Path type introduced in section 9.2 of the cubical type theory
356+
-- paper. The homogeneous Path type, corresponding to the one in
357+
-- section 3 of the paper, can then be defined by:
357358
Path (A : U) (a b : A) : U = PathP (<_> A) a b
358359

359360
{-

0 commit comments

Comments
 (0)