We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af39c12 + 1093e10 commit 208824dCopy full SHA for 208824d
src/ch05/io_monad_tests/io_monad_test.html
@@ -2,9 +2,6 @@
2
<html>
3
<head>
4
5
-<script src="https://cdn.rawgit.com/lodash/lodash/4.5.1/dist/lodash.min.js"></script>
6
-<script src="io_monad_test.js"></script>
7
-
8
<meta name="description" content="IO Monad">
9
<meta charset="utf-8">
10
<title>Playing with IO Monad</title>
@@ -15,6 +12,9 @@
15
12
Using the IO Monad to cause side effects to happen
16
13
functionally
17
14
-->
18
- <div id="student-name">alonzo church</div>
+ <div id="student-name">alonzo church</div>
+
+ <script src="https://cdn.rawgit.com/lodash/lodash/4.5.1/dist/lodash.min.js"></script>
+ <script src="io_monad_test.js"></script>
19
</body>
20
-</html>
+</html>
0 commit comments