Skip to content

Commit 9f8475d

Browse files
committed
defn: Add id₂ to Cat.Reasoning
1 parent bf86b57 commit 9f8475d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Cat/Reasoning.lagda.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ id-comm {f = f} = idr f ∙ sym (idl f)
3737
id-comm-sym : ∀ {a b} {f : Hom a b} → id ∘ f ≡ f ∘ id
3838
id-comm-sym {f = f} = idl f ∙ sym (idr f)
3939
40+
id₂ : ∀ {a} → id ∘ id ≡ id {a}
41+
id₂ = idl id
42+
4043
module _ (a≡id : a ≡ id) where
4144
4245
eliml : a ∘ f ≡ f

0 commit comments

Comments
 (0)