Search the web
Sign In
New User? Sign Up
ocaml_beginners · Ocaml Beginners
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1535 - 1564 of 11549   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1535
... OK, it looks like it is fixed in the latest version now. The grammar description on the web site is still wrong. The idea is that [ and < or [ and > should...
vyvepe
Offline Send Email
Jan 4, 2004
6:49 am
1536
I have this error, "The implementation toplevel/camomile.ml does not match the interface toplevel/camomile.cmi: Module type declarations do not match: ...(long...
Yamagata Yoriyuki
yoriyuki@...
Send Email
Jan 13, 2004
5:34 pm
1537
I'm trying to call an already-written C function from my OCaml code. I've written a wrapper for the C function (in C) that calls CAMLparam on the incoming ...
Lauren A
museumprogra...
Offline Send Email
Jan 13, 2004
8:11 pm
1538
... May I ask you: was it you compiling camomile.cmi from camomile.ml or camomile.mli? I get such errors when either my .mlis have changed and I forgot to...
Stalkern 2
stalkern2
Offline Send Email
Jan 14, 2004
8:49 am
1539
Hello, I am using findlib to install packages like cryptokit or gz to local installation dir, but when I try to load code that uses them in the interpreter the...
Eray Ozkural
examachine
Offline Send Email
Jan 14, 2004
6:05 pm
1540
... you should look to see what is in your ld.conf, and if the repertory where the dll.so are is not there, then add it (I'm talking of the ld.conf of ocaml,...
Remi Vanicat
dl_ens
Offline Send Email
Jan 14, 2004
10:59 pm
1541
From: Stalkern 2 <stalkern2@...> Subject: Re: "ocaml_beginners"::[] Illegal permutation of structure fields ? Date: Wed, 14 Jan 2004 09:41:59 +0100 ... I...
Yamagata Yoriyuki
yoriyuki@...
Send Email
Jan 15, 2004
12:25 am
1542
... Debian is missing the entry for /usr/local/... then. Thanks for the info. Regards, -- Eray Ozkural (exa) <erayo@...> Comp. Sci. Dept.,...
Eray Ozkural
examachine
Offline Send Email
Jan 15, 2004
9:57 am
1543
... the entry is there on my debian installation. Please make a bug report (to the debian package) it seem strange. (by the way, the intended location for the...
Remi Vanicat
dl_ens
Offline Send Email
Jan 15, 2004
10:28 am
1544
... Yes, I saw the stublibs entry but it still doesn't seem to work with findlib! Let me try again later and include some output... I'm a little busy ATM ...
Eray Ozkural
examachine
Offline Send Email
Jan 15, 2004
10:41 am
1545
... The default /etc/ocamlfind.conf of the debian package of findlib is the following: destdir="/usr/local/lib/ocaml/3.07" ...
Stefano Zacchiroli
zacchiro
Online Now Send Email
Jan 15, 2004
2:04 pm
1546
Thanks I think I figured it out. BTW, does ocamlbrowser have a configuration file? The packages in /usr/local/lib... does not seem to be read by default. It's...
Eray Ozkural
examachine
Offline Send Email
Jan 18, 2004
10:02 pm
1547
... No, but it recognize the -I options. By the way, to add a configuration file can be an interesting exercise for a beginner, and I believe that the ocaml...
Remi Vanicat
dl_ens
Offline Send Email
Jan 18, 2004
10:25 pm
1548
... Eheh, I'm hardly a beginner in the programming sense :) That'd be pretty easy if I had the time, I asked because I couldn't find any docs for ...
Eray Ozkural
examachine
Offline Send Email
Jan 18, 2004
10:58 pm
1549
Hi, I am a beginner and want to know how to install Chameleon 1.3 on my RH Linux 9.0 System. Everytime I try installing the same, I get the following problem: ...
Arvind Ramanathan
arvind_raman...
Offline Send Email
Jan 20, 2004
1:22 pm
1550
... Unfortunately lablgtk2 has gone through various versions, without much in the way of source code backwards compatibility between these versions. It looks...
Richard Jones
rwmjones
Offline Send Email
Jan 20, 2004
1:38 pm
1551
Hi - i work for a consultancy that is currently looking for some expertise in ocaml programming (probably someone available for 'hire' from another consultancy...
Bosson James
bosson_1
Offline Send Email
Jan 21, 2004
10:01 pm
1552
Hello: I just start to learn lablgtk2. I found it is hard to understand, seems lacks of docs. The first thing i want to have a try is to get current toplevel ...
onlyclimb
Offline Send Email
Jan 22, 2004
5:33 pm
1553
[ You might want to ask this question on the lablgtk list, which is specially for these sorts of queries - Rich. ] ... Yes, it is hard. But after a while...
Richard Jones
rwmjones
Offline Send Email
Jan 22, 2004
5:50 pm
1554
... Well, You have to find the Gdk.window corresponding to your window, and then you have it... the size is tricky : you seem to have to find the Gdk.window of...
Remi Vanicat
dl_ens
Offline Send Email
Jan 22, 2004
6:46 pm
1555
... 1) use glade-2 and lablgladecc2 for the boring part 2) browse classes and functions with ocamlbrowser -I +lablgtk2 & 3) Study the examples by Jacques...
Stalkern 2
stalkern2
Offline Send Email
Jan 23, 2004
7:17 pm
1556
This is my function: (* val group_by : ('a * 'b) list -> ('a * 'b list) list * group_by [1, "foo"; 2, "bar"; 2, "baz"; 2, "biz"; 3, "boo"; 4, "fizz"];; * - :...
Richard Jones
rwmjones
Offline Send Email
Jan 24, 2004
1:33 pm
1557
Well, here are a few suggestions : Version1 : without any use of orderings (* get_by0 is just an auxiliary tail-recursive function) let rec get_by0=function ...
roparzhhemon
Offline Send Email
Jan 24, 2004
2:55 pm
1558
... Even in native code? ... Well, to do it in a tail recursive way is basically equivalent to do it in an imperative way (the accumulators being the mutable...
Christophe TROESTLER
Christophe.Troestler@...
Send Email
Jan 24, 2004
10:48 pm
1559
... Here's another way, using fold_left: # let group_by ls = let ls' = List.fold_left (fun acc (day1,x1) -> match acc with [] -> [day1,[x1]] ... if day1=day2 ...
Issac Trotts
issac_trotts
Offline Send Email
Jan 25, 2004
12:03 am
1560
... It's in a mod_caml CGI script, so no - bytecode only. Rich. -- Richard Jones. http://www.annexia.org/ http://freshmeat.net/users/rwmj Merjis Ltd....
Richard Jones
rwmjones
Offline Send Email
Jan 25, 2004
9:19 am
1561
... Thanks ... I like that version. It's very easy to understand. Rich. -- Richard Jones. http://www.annexia.org/ http://freshmeat.net/users/rwmj Merjis Ltd....
Richard Jones
rwmjones
Offline Send Email
Jan 25, 2004
9:25 am
1562
... Sure. Another fun thing to try if you're bored is to see that a pair of mutually tail-recursive functions can execute until your computer dies: let rec a...
Issac Trotts
issac_trotts
Offline Send Email
Jan 25, 2004
11:18 pm
1563
I want to take a list and return another list which has the same elements but jumbled into a random order. The ordering doesn't need to be cryptographically...
Richard Jones
rwmjones
Offline Send Email
Jan 27, 2004
10:49 am
1564
... I can just think of a small improvement: * create the array * pick elements randomly to form a list * each time you've picked an element, replace it with ...
Frederic van der Plan...
fplancke2001
Offline Send Email
Jan 27, 2004
11:14 am
Messages 1535 - 1564 of 11549   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help