caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jon Harrop <jon@ffconsultancy.com>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] 246 constructors?
Date: Sun, 6 May 2007 20:50:13 +0100	[thread overview]
Message-ID: <200705062050.14105.jon@ffconsultancy.com> (raw)
In-Reply-To: <1178480953.4443.4.camel@rosella.wigram>

On Sunday 06 May 2007 20:49, skaller wrote:
> I just got this message:
>
> File "dyp_parse.ml", line 492, characters 5-19461:
> Too many non-constant constructors -- maximum is 246 non-constant
> constructors
>
> Really???

Yeah, I was hardcoding a bunch of enums for my Mathematica interpreter and got 
that. Easiest solution is to use polymorphic variants instead. Then you have 
clashes to worry about instead...

-- 
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
The F#.NET Journal
http://www.ffconsultancy.com/products/fsharp_journal/?e


  reply	other threads:[~2007-05-06 19:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-06 19:49 skaller
2007-05-06 19:50 ` Jon Harrop [this message]
2007-05-06 20:20   ` [Caml-list] " skaller
2007-05-06 20:31     ` Till Varoquaux
2007-05-06 21:05       ` skaller
2007-05-06 21:11 ` Brian Hurt
2007-05-06 21:25   ` skaller
2007-05-06 22:16   ` Tom
     [not found] <20070506210912.38195BC82@yquem.inria.fr>
2007-05-07  8:21 ` Emmanuel Onzon
2007-05-07 12:29   ` skaller

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=200705062050.14105.jon@ffconsultancy.com \
    --to=jon@ffconsultancy.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;
as well as URLs for NNTP newsgroup(s).