~/src/skaro $ ocaml
        OCaml version 4.01.0+dev18-2013-06-13

Findlib has been successfully loaded. Additional directives:
  #require "package";;      to load a package
  #list;;                   to list the available packages
  #camlp4o;;                to load camlp4 (standard syntax)
  #camlp4r;;                to load camlp4 (revised syntax)
  #predicates "p,q,...";;   to set these predicates
  Topfind.reset();;         to force that packages will be reloaded
  #thread;;                 to enable threads

/home/phil/.opam/4.01.0dev+trunk/lib/ocaml/dynlink.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/ocaml/camlp4: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/ocaml/camlp4/camlp4o.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/ocaml/unix.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/ocaml/bigarray.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/bin_prot: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/bin_prot/bin_prot.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/variantslib: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/variantslib/variantslib.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/ocaml/nums.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/num-top: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/num-top/num_top.cma: loaded
    Camlp4 Parsing version 4.01.0+dev18-2013-06-13

/home/phil/.opam/4.01.0dev+trunk/lib/num: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/sexplib: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/sexplib/sexplib.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/fieldslib: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/fieldslib/fieldslib.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/oUnit: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/oUnit/oUnit.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/pa_ounit: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/pa_ounit/pa_ounit_lib.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/res: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/res/res.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/core_kernel: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/core_kernel/core_kernel.cma: loaded
/home/phil/.opam/4.01.0dev+trunk/lib/core: added to search path
/home/phil/.opam/4.01.0dev+trunk/lib/core/core.cma: loaded
File "/home/phil/.ocamlinit", line 1:
Error: Reference to undefined global `Condition'
# Core.Std;;
# Core.Std;;
Error: Unbound constructor Core.Std
# 

Generated by Phil Hagelberg using scpaste at Mon Aug 5 21:58:38 2013. PDT. (original)