File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ <h2 id="fun-list-functions-types">Fun List Functions Types</h2>
746
746
myElem e (x:xs) = if e == x then True
747
747
else myElem e xs
748
748
</ code > </ pre >
749
- < p > See if you can determine the type-signatures for these functions.</ p >
749
+ < p > See if you can understand the type-signatures for these functions.</ p >
750
750
< pre class ="open "> < code > An open-ended question:
751
751
752
752
How many types could a type-checker check...
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ myElem e (x:xs) = if e == x then True
247
247
else myElem e xs
248
248
~~~
249
249
250
- See if you can determine the type-signatures for these functions.
250
+ See if you can understand the type-signatures for these functions.
251
251
252
252
``` open
253
253
An open-ended question:
You can’t perform that action at this time.
0 commit comments