[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Till Varoquaux <till.varoquaux@g...> |
| Subject: | Re: [Caml-list] 246 constructors? |
I'm guessing a patch against dypgen could prove usefull then. Till On 5/6/07, skaller <skaller@users.sourceforge.net> wrote: > On Sun, 2007-05-06 at 20:50 +0100, Jon Harrop wrote: > > 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... > > Unfortunately (or not .. ) the file is generated by > the dypgen parser generator.. > > -- > John Skaller <skaller at users dot sf dot net> > Felix, successor to C++: http://felix.sf.net > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >