# use
authorJim Pryor <profjim@jimpryor.net>
Mon, 13 Dec 2010 01:59:34 +0000 (20:59 -0500)
committerJim Pryor <profjim@jimpryor.net>
Mon, 13 Dec 2010 01:59:34 +0000 (20:59 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
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.