Skip to content

Commit

Permalink
Update textbook
Browse files Browse the repository at this point in the history
  • Loading branch information
clarksmr committed Jan 23, 2024
1 parent fdbcce9 commit 57ab97a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sources/chapters/basics/exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scroll down to find it on that page).
there is no built-in integer exponentiation operator in OCaml (nor is there in
C, by the way), in part because it is not an operation provided by most CPUs.*

[ops]: https://ocaml.org/manual/expr.html
[ops]: https://v2.ocaml.org/manual/expr.html#ss%3Aexpr-operators

<!--------------------------------------------------------------------------->
{{ ex1 | replace("%%NAME%%", "equality")}}
Expand Down
2 changes: 1 addition & 1 deletion chapters/basics/exercises.html
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ <h1><span class="section-number">2.9. </span>Exercises<a class="headerlink" href
<!--------------------------------------------------------------------------->
<hr class="docutils" />
<p><strong>Exercise: operators [★★]</strong></p>
<p>Examine the <a class="reference external" href="https://ocaml.org/manual/expr.html">table of all operators in the OCaml manual</a> (you will have to
<p>Examine the <a class="reference external" href="https://v2.ocaml.org/manual/expr.html#ss%3Aexpr-operators">table of all operators in the OCaml manual</a> (you will have to
scroll down to find it on that page).</p>
<ul class="simple">
<li><p>Write an expression that multiplies <code class="docutils literal notranslate"><span class="pre">42</span></code> by <code class="docutils literal notranslate"><span class="pre">10</span></code>.</p></li>
Expand Down
Binary file modified ocaml_programming.pdf
Binary file not shown.

0 comments on commit 57ab97a

Please sign in to comment.