From: Jim Pryor Date: Mon, 13 Dec 2010 01:59:34 +0000 (-0500) Subject: # use X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=16e6d707f0b2d8a5e5a719847cd4171a661ccc68 # use Signed-off-by: Jim Pryor --- 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.