Skip to content

Commit

Permalink
fix typechecking error introduced by merging main
Browse files Browse the repository at this point in the history
  • Loading branch information
Tashi Walde authored and Tashi Walde committed Nov 9, 2023
1 parent 2e66ed8 commit 65127c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/simplicial-hott/04-right-orthogonal.rzk.md
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ implication with respect to types with unique extensions.
Every anodyne shape inclusion is weak anodyne.

```rzk
#def is-weak-anodyne-is-anodyne-for-shape uses (weakextext)
#def is-weak-anodyne-is-anodyne-for-shape uses (extext)
( I : CUBE)
( ψ : I → TOPE )
( ϕ : ψ → TOPE )
Expand All @@ -1261,7 +1261,7 @@ analog fo weak anodyne shape inclusions.
:= \ _ has-ue₀ → has-ue₀
#def implication-has-unique-extension-implication-right-orthogonal
uses (weakextext)
uses (extext)
( I : CUBE)
( ψ : I → TOPE )
( ϕ : ψ → TOPE )
Expand All @@ -1283,7 +1283,7 @@ analog fo weak anodyne shape inclusions.
has-ue-ψ-ϕ))
#def is-weak-anodyne-pushout-product-for-shape
uses (naiveextext weakextext)
uses (naiveextext extext)
( I : CUBE)
( ψ : I → TOPE )
( ϕ : ψ → TOPE )
Expand All @@ -1304,7 +1304,7 @@ analog fo weak anodyne shape inclusions.
( A) (f A has-ue₀)
#def is-weak-anodyne-pushout-product-for-shape'
uses (naiveextext weakextext)
uses (naiveextext extext)
( I : CUBE)
( ψ : I → TOPE )
( ϕ : ψ → TOPE )
Expand Down

0 comments on commit 65127c2

Please sign in to comment.