Merge branch 'dev' of github.com:plfa/plfa.github.io into dev
This commit is contained in:
commit
6ea7439507
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…
Reference in a new issue