From 9492988a41fbaf876cee8af3ae9a2fc38335502d Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 30 Apr 2015 09:19:10 -0400 Subject: [PATCH 1/1] formatting --- rosetta3.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosetta3.mdwn b/rosetta3.mdwn index 15010773..f533a021 100644 --- a/rosetta3.mdwn +++ b/rosetta3.mdwn @@ -70,7 +70,7 @@ This page covers how to do some OCaml-ish and Haskell-ish things in Scheme, and These last three forms are also available in OCaml, but to use them you'll need to compile and install Oleg Kiselyov's "delimcc" or "caml-shift" library (these names refer to the same library), which you can find [here](http://okmij.org/ftp/continuations/implementations.html#caml-shift). You'll already need to have OCaml installed. It also helps if you already have the findlib package installed, too, [as we discuss here](http://lambda.jimpryor.net/how_to_get_the_programming_languages_running_on_your_computer/). If you're not familiar with how to compile software on your computer, this might be beyond your reach for the time being. - + But assuming you do manage to compile and install Oleg's library, here's how you'd use it in an OCaml session: #require "delimcc";; (* loading Oleg's library this way requires the findlib package *) -- 2.11.0