I'm trying to load OCaml's default graphics module, but OCaml can't seem to load it or any other module. Here's what I'm trying:
> ocaml
OCaml version 4.02.1
# load "graphics.cma";;
Error: Unbound value load
The problem persists no matter what module I try to load, so I believe that the problem is with the ocaml installation rather than with the module. I've tried reinstalling OCaml, but that hasn't helped either. I'm using OS X, and using homebrew to install ocaml. I found this link, and followed its instructions, but modules still won't load. Does anyone know what could be causing this problem?