aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/functional.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-22 14:15:28 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-22 14:15:34 -0400
commitafa17dfda2fb4fcc74e58236b2bf86f9ba6c50a4 (patch)
treeb286cf154305e42ebbd43240b657be62f0c27997 /docs/doc/functional.html
parent0cb146516528afd700b5c4bec9c5373cf54fd778 (diff)
Add favicon
Diffstat (limited to 'docs/doc/functional.html')
-rw-r--r--docs/doc/functional.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/doc/functional.html b/docs/doc/functional.html
index 7e208167..942fcc41 100644
--- a/docs/doc/functional.html
+++ b/docs/doc/functional.html
@@ -1,4 +1,7 @@
-<head><link href="../style.css" rel="stylesheet"/></head>
+<head>
+ <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
+ <link href="../style.css" rel="stylesheet"/>
+</head>
<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div>
<h1 id="functional-programming">Functional programming</h1>
<p>BQN boasts of its functional capabilities, including first-class functions. What sort of functional support does it have, and how can a BQN programmer exercise these and out themself as a Schemer at heart?</p>