Skip to content

Commit c950665

Browse files
committed
lecture 3: fix typo
closes #112
1 parent 6665a6f commit c950665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2880,7 +2880,7 @@ <h2 data-number="3.2" id="partial-application"><span
28802880
<span id="cb180-6"><a href="#cb180-6" aria-hidden="true" tabindex="-1"></a>[<span class="fl">1.0</span>,<span class="fl">0.5</span>,<span class="fl">0.3333333333333333</span>,<span class="fl">0.25</span>,<span class="fl">0.2</span>]</span></code></pre></div>
28812881
<h2 data-number="3.3" id="prefix-and-infix-notations"><span
28822882
class="header-section-number">3.3</span> Prefix and Infix Notations</h2>
2883-
<p>Normal Haskell operators are applied with <em>prefix notation</em>,
2883+
<p>Normal Haskell functions are applied with <em>prefix notation</em>,
28842884
which is just a fancy way to say that the function name comes before the
28852885
arguments. In contrast, operators are applied with <em>infix
28862886
notation</em> – the name of the function comes between the

0 commit comments

Comments
 (0)