X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=juli8.mdwn;h=34c1f7ffaa81ad1b50c9202f66ddcb84872e7886;hp=c3647c7e9ff48d19d88faa6613a2dee0fe5b66a6;hb=5d3c945d8bac0738ed0f99ccb658c5c5b95c2cbd;hpb=dcfd0176ecde3a8430e464896dcdea4046e9a93a diff --git a/juli8.mdwn b/juli8.mdwn index c3647c7e..34c1f7ff 100644 --- a/juli8.mdwn +++ b/juli8.mdwn @@ -30,7 +30,7 @@ Below, we'll give instructions on how to install Juli8 into your existing OCaml module type SOMETHING = Monad.OPTION - as [[I directed you elsewhere|/topics/week9_using_the_monad_library]], you can instead just type: + as [[I directed you elsewhere|/topics/week9_using_the_monad_library/#index1h2]], you can instead just type: #show Monad.OPTION @@ -91,7 +91,7 @@ Below, we'll give instructions on how to install Juli8 into your existing OCaml #use "juli8.ml";; -4. Next create a folder in your `$HOME` directory named `.juli8`. Download the Juli8 code from [[here|/code/Juli8-v1.2.tgz]]. That link will no doubt be updated frequently in April and May 2015. The current version is: 1.3, posted 5 April 2015. Copy the contents of the `Juli8` folder that you downloaded into the `$HOME/.juli8` folder that you created. (So `$HOME/.juli8` should contain folders `haskell`, `ocaml`, and so on.) +4. Next create a folder in your `$HOME` directory named `.juli8`. **Download the Juli8 code from [[here|/code/Juli8-v1.3.tgz]].** That link will no doubt be updated frequently in April and May 2015. The current version is: 1.3, posted 5 April 2015. Copy the contents of the `Juli8` folder that you downloaded into the `$HOME/.juli8` folder that you created. (So `$HOME/.juli8` should contain folders `haskell`, `ocaml`, and so on.) Now whenever you start up OCaml, the Juli8 OCaml libraries (including their monad components, which we'll be making extensive use of) will automatically be loaded.