From 16e6d707f0b2d8a5e5a719847cd4171a661ccc68 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Sun, 12 Dec 2010 20:59:34 -0500 Subject: [PATCH] # use Signed-off-by: Jim Pryor --- monad_library.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0