Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
aljungstrom committed Jun 8, 2023
1 parent 3acc6b8 commit 227b10b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cubical/Foundations/Prelude.agda
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ compPath-filler' {z = z} p q j i =
; (i = i1) q k
; (j = i0) q (i ∧ k) })
(p (i ∨ ~ j))

-- Note: We can omit a (j = i1) case here since when (j = i1), the whole expression is
-- definitionally equal to `p ∙ q`. (Notice that `p ∙ q` is also an hcomp.) Nevertheless,
-- we could have given `compPath-filler p q k i` as the (j = i1) case.
Expand Down

0 comments on commit 227b10b

Please sign in to comment.