Fix: make capitalization consistent.
This commit is contained in:
parent
eb03578439
commit
0e1c5d34ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue