Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
martinescardo committed Oct 21, 2024
1 parent 61a7059 commit 1e2e4a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/InjectiveTypes/Subtypes.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ module _ (D : 𝓤 ̇ )
r = retraction ρ

s : Σ P → D
s = pr₁
s = section ρ

_ : s = pr₁
_ = refl

rs : r ∘ s ∼ id
rs = retract-condition ρ
Expand Down

0 comments on commit 1e2e4a0

Please sign in to comment.