Merge branch 'pryor'
[lambda.git] / monad_library.mdwn
index 54fe2c5..1761e61 100644 (file)
@@ -1,6 +1,6 @@
 We've written a full-featured [OCaml Monad Library](/code/monads.ml). To use it, download the file and then in your OCaml session or file, write:
 
-       #use "path/to/monads.ml";;
+       # #use "path/to/monads.ml";;
 
 That's not the official, preferred way to load OCaml libraries, but it's quick and easy.