Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: "Jacques Le Normand" <rathereasy@gmail.com>
To: "caml-list caml-list" <caml-list@yquem.inria.fr>
Subject: ocamlc freezes
Date: Sun, 11 May 2008 21:19:26 -0400	[thread overview]
Message-ID: <f74178430805111819k7b8d1708tb33609bb189469c2@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

hello caml-list
when I try to compile

class type node =
object
  method  get_right_sibling : node option
end
class type ['top_parent_type,'left_sibling_type,'right_sibling_type] typ  =
object
  inherit node
  method get_left_sibling : 'left_sibling_type option
  method get_right_sibling : 'right_sibling_type option
end
type 'p foo_typ = ('p,'p foo_typ,'p foo_typ) typ


with

ocamlc test.ml

ocamlc just freezes; I'm using ocaml 3.09.2 on ubuntu. What should I do?

[-- Attachment #2: Type: text/html, Size: 654 bytes --]

             reply	other threads:[~2008-05-12  1:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-12  1:19 Jacques Le Normand [this message]
2008-05-12  8:37 ` [Caml-list] " Richard Jones
2008-05-12 13:37   ` Jacques Garrigue

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=f74178430805111819k7b8d1708tb33609bb189469c2@mail.gmail.com \
    --to=rathereasy@gmail.com \
    --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