From 701e1a701a0275a6a0294cba81df0e1984fa2768 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Mon, 20 Sep 2010 12:08:56 -0400 Subject: [PATCH] using: tweaks Signed-off-by: Jim Pryor --- using_the_programming_languages.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/using_the_programming_languages.mdwn b/using_the_programming_languages.mdwn index bdba8d09..deef2ee1 100644 --- a/using_the_programming_languages.mdwn +++ b/using_the_programming_languages.mdwn @@ -1,5 +1,3 @@ -We assume here that you've already gotten [Schema and OCaml installed on your computer](/how_to_get_the_programming_languages_running_on_your_computer/). - ## Programming in the pure untyped lambda calculus ## @@ -53,6 +51,8 @@ know much OCaml yet to use it. Using it looks like this: INCLUDE INSTRUCTIONS + We assume here that you've already [gotten OCaml installed on your computer](/how_to_get_the_programming_languages_running_on_your_computer/). + Some notes: * When you're talking to the interactive OCaml program, you have to finish complete statements with a ";;". Sometimes these aren't necessary, but rather than learn the rules yet about when you can get away without them, it's easiest to just use them consistently, like a period at the end of a sentence. -- 2.11.0