Fix: make capitalization consistent.

This commit is contained in:
Pedro Minicz 2019-10-26 14:56:56 -03:00
parent eb03578439
commit 0e1c5d34ea

View file

@ -1031,7 +1031,7 @@ decidable, using `_∷_` rather than `⟨_,_⟩` to combine the evidence for
the head and tail of the list. the head and tail of the list.
#### Exercise `any?` (stretch) #### Exercise `Any?` (stretch)
Just as `All` has analogues `all` and `All?` which determine whether a Just as `All` has analogues `all` and `All?` which determine whether a
predicate holds for every element of a list, so does `Any` have predicate holds for every element of a list, so does `Any` have