I\'m trying to get an ocaml environment set up, and I\'ve followed the instructions from appendix A of the Real World Ocaml beta. I set up opam, and installed a version of o
Please follow the steps in the Real World OCaml Wiki - Installation Instructions.
Under Setting up and using utop, the instructions state that you should add:
#use "topfind";; #thread;; #camlp4o;; #require "core.top";; #require "core.syntax";;
to your ~/.ocamlinit file.
~/.ocamlinit