From: Leo White <lpw25@cam.ac.uk>
To: Casey Basichis <caseybasichis@gmail.com>
Cc: Christophe TROESTLER <Christophe.Troestler@umons.ac.be>,
OCaml Mailing List <caml-list@inria.fr>
Subject: Re: [Caml-list] Setting up OcaIDE
Date: Tue, 20 Aug 2013 23:46:48 +0100 [thread overview]
Message-ID: <87k3jgou93.fsf@study.localdomain> (raw)
In-Reply-To: <CAKX7ZAWQqXGzh1X1u-XmNj_GzOtFyk4=-0dQo4dXhJ_Adw5OBw@mail.gmail.com> (Casey Basichis's message of "Tue, 20 Aug 2013 15:18:10 -0700")
> I added #thread and I also tried adding a ";;" after all of the lines starting with # . Here is what my .ocamlinit
> looks like right now.
>
> (* Added by OPAM. *)
> let () =
> try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH")
> with Not_found -> ()
> ;;
>
> #use "topfind"
> #camlp4o
> #require "core.top"
> #require "core.syntax"
> #require "core_extended"
> #require "async"
> #thread
> open Core.Std
The '#thread' directive needs to come before the '#require "core.top"'
directive.
Regards,
Leo
next prev parent reply other threads:[~2013-08-20 22:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-20 18:37 Casey Basichis
2013-08-20 18:51 ` David Allsopp
2013-08-20 19:09 ` Thomas Gazagnaire
2013-08-20 20:23 ` Casey Basichis
2013-08-20 20:29 ` Jeremy Yallop
[not found] ` <20130820.223527.351659178592840423.Christophe.Troestler@umons.ac.be>
2013-08-20 21:20 ` Casey Basichis
2013-08-20 22:15 ` Leo White
2013-08-20 22:18 ` Casey Basichis
2013-08-20 22:46 ` Leo White [this message]
2013-08-21 0:16 ` Casey Basichis
2013-08-21 6:32 ` Komtanoo Pinpimai
2013-08-21 15:13 ` Casey Basichis
2013-08-21 16:10 ` Ashish Agarwal
2013-08-21 16:21 ` Siraaj Khandkar
2013-08-22 3:20 ` Johan Mazel
2013-08-22 20:19 ` William R
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=87k3jgou93.fsf@study.localdomain \
--to=lpw25@cam.ac.uk \
--cc=Christophe.Troestler@umons.ac.be \
--cc=caml-list@inria.fr \
--cc=caseybasichis@gmail.com \
/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