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
So I jumped the gun a bit. I forgot to add some items to my ~/.ocamlinit file. Specifically I forgot to add
#use "topfind" #camlp4o #thread #require "core.top" #require "core.syntax"
as mentioned in Chapter 1. D'oh!