Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link in part1_getting_off_the_ground.html #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/html/part1/part1_getting_off_the_ground.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ <h2>Functions<a class="headerlink" href="#functions" title="Permalink to this he
provides several ways to define functions, the most basic form is the
λ term, also called a function literal, an anonymous function, or a
simply a <em>lambda</em>. The syntax is largely inherited from OCaml, and
this <a class="reference external" href="https://ocaml.org/learn/tutorials/basics.html#Defining-a-function">OCaml tutorial</a>
this <a class="reference external" href="https://www2.ocaml.org/learn/tutorials/basics.html#Defining-a-function">OCaml tutorial</a>
provides more details for those unfamiliar with the language. We’ll
assume a basic familiarity with OCaml-like syntax.x</p>
<div class="section" id="lambda-terms">
Expand Down Expand Up @@ -886,4 +886,4 @@ <h3>Fibonacci<a class="headerlink" href="#fibonacci" title="Permalink to this he


</body>
</html>
</html>