Skip to content

Commit

Permalink
Update src/Data/Product/Function/Dependent/Propositional.agda
Browse files Browse the repository at this point in the history
Name change
  • Loading branch information
jamesmckinna authored Sep 30, 2024
1 parent b030bb4 commit 8391682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Data/Product/Function/Dependent/Propositional.agda
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,5 @@ cong {B = B} {k = leftInverse} I↔J A↩B = ↩⇒↪ (Σ-↩ (↔⇒↩
cong {k = surjection} I↔J A↠B = Σ-↠ (↔⇒↠ I↔J) A↠B
cong {k = bijection} I↔J A↔B = Σ-↔ I↔J A↔B

cong′ : {k} ( {x} A x ∼[ k ] B x) Σ I A ∼[ k ] Σ I B
cong′ = cong (refl _)
congˡ : {k} ( {x} A x ∼[ k ] B x) Σ I A ∼[ k ] Σ I B
congˡ = cong (refl _)

0 comments on commit 8391682

Please sign in to comment.