CSE 130: How to run OCaml in the Lab machines



Here is a sample session. You need to type "prep cs130f" before you can run ocaml.

$ prep cs130f

[cs130f] $ ocaml
OCaml version 4.02.0

#

At the OCaml prompt:

You can directly send the file foo.ml into OCaml and get the output piped to stdout by typing:
$ ocaml foo.ml