Skip to content

Commit

Permalink
update page
Browse files Browse the repository at this point in the history
  • Loading branch information
nadia-polikarpova committed May 22, 2024
1 parent c01551d commit 40d33f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/lectures/07-classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ <h2 id="quiz-3">QUIZ</h2>
<p>what will the following evaluate to?</p>
<div class="sourceCode" id="cb26"><pre class="sourceCode haskell"><code class="sourceCode haskell"><span id="cb26-1"><a href="#cb26-1" aria-hidden="true" tabindex="-1"></a>λ<span class="op">&gt;</span> <span class="dt">Red</span> <span class="op">==</span> <span class="dt">Green</span></span></code></pre></div>
<p><strong>(A)</strong> Type error</p>
<p><strong>(B)</strong> Stack overflow</p>
<p><strong>(B)</strong> Runs forever / stack overflow</p>
<p><strong>(C)</strong> Other runtime error</p>
<p><strong>(D)</strong> <code class="sourceCode haskell"><span class="dt">False</span></code></p>
<p><strong>(E)</strong> <code class="sourceCode haskell"><span class="dt">True</span></code></p>
Expand Down
2 changes: 1 addition & 1 deletion lectures/07-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ what will the following evaluate to?

**(A)** Type error

**(B)** Stack overflow
**(B)** Runs forever / stack overflow

**(C)** Other runtime error

Expand Down

0 comments on commit 40d33f0

Please sign in to comment.