Skip to content

Commit d4a8621

Browse files
fix brackets in exercise 2.14
Co-authored-by: Dan Christensen <[email protected]>
1 parent 04a87ea commit d4a8621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/HoTTBookExercises.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ Definition Book_2_13 := @HoTT.Types.Bool.equiv_bool_aut_bool.
680680
(* ================================================== ex:equality-reflection *)
681681
(** Exercise 2.14 *)
682682

683-
(** Assuming the equality reflection rule, given any [q : x = y], [x] and [y] are definitionally equal, so [q] and [refl_x] have the same type [x = x]. We can form the type [forall x y, forall q, q = refl_x]. A path induction produces an element r, with [(r x x p) : p = refl_x], which is also definitional by the equality reflection rule. *)
683+
(** Assuming the equality reflection rule, given any [q : x = y], [x] and [y] are definitionally equal, so [q] and [refl_x] have the same type [x = x]. We can form the type [forall x y, forall q, q = refl_x]. A path induction produces an element [r], with [r x x p : p = refl_x], which is also definitional by the equality reflection rule. *)
684684

685685
(* ================================================== ex:strengthen-transport-is-ap *)
686686
(** Exercise 2.15 *)

0 commit comments

Comments
 (0)