using: tweaks
[lambda.git] / using_the_programming_languages.mdwn
index bdba8d0..deef2ee 100644 (file)
@@ -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.