Update Lists.lagda.md
This commit is contained in:
parent
b1e9152bcc
commit
3e03d1ee03
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ You will need to use extensionality.
|
|||
|
||||
#### Exercise `All-∀` (practice)
|
||||
|
||||
Show that `All P xs` is isomorphic to `∀ {x} → x ∈ xs → P x`.
|
||||
Show that `All P xs` is isomorphic to `∀ x → x ∈ xs → P x`.
|
||||
|
||||
```
|
||||
-- You code goes here
|
||||
|
|
Loading…
Add table
Reference in a new issue