Skip to content

Commit

Permalink
Update theories/Cubical/DPath.v
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Christensen <[email protected]>
  • Loading branch information
Alizter and jdchristensen authored Mar 4, 2024
1 parent 6e8f460 commit 6639836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions theories/Cubical/DPath.v
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Defined.
(** We have reflexivity for DPaths, this helps coq guess later *)
Definition dp_id {A} {P : A -> Type} {a : A} {x : P a} : DPath P 1 x x := 1%path.

(** Althought 1%dpath is definitionally 1%path, coq cannot guess this so it helps
to have 1 be a dpath before hand. *)
(** Although [1%dpath] is definitionally [1%path], coq cannot guess this so it helps to have [1] be a dpath beforehand. *)
Notation "1" := dp_id : dpath_scope.

(** DPath induction *)
Expand Down

0 comments on commit 6639836

Please sign in to comment.