Skip to content

Commit f831cb2

Browse files
Improve comments in Data.List.Relation.Unary.Any.Properties (fix #1269)
1 parent 0409790 commit f831cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/List/Relation/Unary/Any/Properties.agda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module _ {k : Kind} {P : Pred A p} {Q : Pred A q} where
102102
where open Related.EquationalReasoning
103103

104104
------------------------------------------------------------------------
105-
-- map
105+
-- Any.map
106106

107107
map-id : {P : A Set p} (f : P ⋐ P) {xs}
108108
( {x} (p : P x) f p ≡ p)
@@ -118,7 +118,7 @@ map-∘ f g (here p) = refl
118118
map-∘ f g (there p) = P.cong there $ map-∘ f g p
119119

120120
------------------------------------------------------------------------
121-
-- lookup
121+
-- Any.lookup
122122

123123
lookup-result : {P : Pred A p} {xs} (p : Any P xs) P (Any.lookup p)
124124
lookup-result (here px) = px

0 commit comments

Comments
 (0)