From: Eric Cooper <ecc@cmu.edu>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Reference to undefined global `Mysql'
Date: Fri, 21 Sep 2007 11:00:49 -0400 [thread overview]
Message-ID: <20070921150049.GB29271@stratocaster.home> (raw)
In-Reply-To: <20070921082726.GA20454@localhost>
On Fri, Sep 21, 2007 at 10:27:26AM +0200, Julien Moutinho wrote:
> % ocaml unix.cma
> Objective Caml version 3.10.1+dev0 (2007-05-21)
>
> # open Unix;;
> # time ();;
> - : float = 1190362793.
Or, if you're already in a toplevel and discover you need a module:
$ ocaml
Objective Caml version 3.10.0
# Unix.time ();;
Reference to undefined global `Unix'
# #load "unix.cma";;
# Unix.time ();;
- : float = 1190386792.
--
Eric Cooper e c c @ c m u . e d u
prev parent reply other threads:[~2007-09-21 14:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-21 7:42 Robert Wong
2007-09-21 8:27 ` [Caml-list] " Julien Moutinho
2007-09-21 15:00 ` Eric Cooper [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070921150049.GB29271@stratocaster.home \
--to=ecc@cmu.edu \
--cc=caml-list@yquem.inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox