X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=monad_library.mdwn;h=1761e61c4180124a7e9eafaf9852eac66d10a685;hp=54fe2c514169c6eb3db6f14d02357ffaf87cefa6;hb=9a23d7fc448e48268a7b60ce9ff3e55222cd833a;hpb=1aa2fd22bdc07e0f41884cc62c53b2242b397836 diff --git a/monad_library.mdwn b/monad_library.mdwn index 54fe2c51..1761e61c 100644 --- a/monad_library.mdwn +++ b/monad_library.mdwn @@ -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.