Skip to content

Commit c2c737f

Browse files
committed
Publishing - determine/understand
1 parent 6645d4f commit c2c737f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ <h2 id="fun-list-functions-types">Fun List Functions Types</h2>
746746
myElem e (x:xs) = if e == x then True
747747
else myElem e xs
748748
</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>
750750
<pre class="open"><code>An open-ended question:
751751

752752
How many types could a type-checker check...

resources/markdown/Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ myElem e (x:xs) = if e == x then True
247247
else myElem e xs
248248
~~~
249249

250-
See if you can determine the type-signatures for these functions.
250+
See if you can understand the type-signatures for these functions.
251251

252252
```open
253253
An open-ended question:

workshop.pdf

6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)