I am attempting to use the Core module in utop, as originated by Jane Street and installed using opam.
Core
utop
opam
Here\'s the problem
Assuming that you have core properly installed through opam:
# require "core";; open Core.Std;;
Should work.