Skip to content

Commit

Permalink
Possible workaround instance search issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jkopanski committed Jan 17, 2024
1 parent 6dd2c40 commit e67c9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Felix/Homomorphism.agda
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ record CategoryH
F-∘³ : {a₀ a₁ a₂ a₃ : obj₁}
{f₁ : a₀ ⇨₁ a₁}{f₂ : a₁ ⇨₁ a₂}{f₃ : a₂ ⇨₁ a₃}
Fₘ (f₃ ∘ f₂ ∘ f₁) ≈ Fₘ f₃ ∘ Fₘ f₂ ∘ Fₘ f₁
F-∘³ = F-∘ ; ∘≈ʳ F-∘
F-∘³ = trans ⦃ r = eq₂ ⦄ F-∘ (∘≈ʳ F-∘)

F-∘⁴ : {a₀ a₁ a₂ a₃ a₄ : obj₁}
{f₁ : a₀ ⇨₁ a₁}{f₂ : a₁ ⇨₁ a₂}{f₃ : a₂ ⇨₁ a₃}{f₄ : a₃ ⇨₁ a₄}
Expand Down

0 comments on commit e67c9a7

Please sign in to comment.