Skip to content

Commit 5d0f79f

Browse files
committed
fix: comment
1 parent ee4d349 commit 5d0f79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Fin/Properties.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ private
10541054
¬ ( i P i) (∃ λ i ¬ P i)
10551055
¬∀⟶∃¬ n P P? ¬P = map id proj₁ (¬∀⟶∃¬-smallest n P P? ¬P)
10561056

1057-
-- Kleisli lifting of Dec over Unary subset relation
1057+
-- lifting Dec over Unary subset relation
10581058

10591059
decFinSubset : {P : Pred (Fin n) p} {Q : Pred (Fin n) q}
10601060
Decidable Q Q ⊆ Dec ∘ P Dec (Q ⊆ P)

0 commit comments

Comments
 (0)