You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
194 B
10 lines
194 B
7 years ago
|
# Exercises: Variety Pack
|
||
|
## Exercise 1
|
||
|
1. The type of k is `(a,b) -> a`
|
||
|
2. The type of k2 is `[Char]` It is different from k1 and k3.
|
||
|
3. k3
|
||
|
|
||
|
## Exercise 2
|
||
|
`f (a,_,c) (d,_,f) = ((a,d), (c,f))`
|
||
|
|