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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1518 - 1547 of 9747   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1518
On Thu, 27 Nov 2003 11:16:24 +0000, Richard Jones <rich@...> ... Makefiles aren't the only problem. One example ( that I remember was a problem in the...
Thaddeus L. Olczyk
tlolczyk
Offline Send Email
Dec 2, 2003
6:10 am
1519
On Fri, 28 Nov 2003 14:28:11 +0100, Hendrik Tews ... Uhm. I'm not quite sure what the language barrier here is, but clearly you misunderstand. When I say...
Thaddeus L. Olczyk
tlolczyk
Offline Send Email
Dec 2, 2003
7:13 am
1520
... Don't the include flags do that? if you compile with -I subdir things should be straightforward AFAIK. Ernesto...
Stalkern 2
stalkern2
Offline Send Email
Dec 2, 2003
9:52 am
1521
Hello I'm trying to talk with a little machine so I've looked at serial port programming in Ocaml. The (short) reference seems to be a post by Xavier Leroy,...
Stalkern 2
stalkern2
Offline Send Email
Dec 2, 2003
10:43 am
1522
Ok. I compile my stuff which includes some C wrapper stuff. Working in the toplevel, I have problems with some calls to the C functions in the top level. What...
Thaddeus L. Olczyk
tlolczyk
Offline Send Email
Dec 3, 2003
2:04 pm
1523
Thaddeus L. Olczyk writes: I have a problem with changing multiple arguments to tuples. You are right. The necessary currying/uncurrying can get cumbersome. If...
Hendrik Tews
hendrik_tews
Offline Send Email
Dec 5, 2003
3:54 pm
1524
Some good soul on this list pointed me to OCaml grammar, which is here: http://caml.inria.fr/ocaml/htmlman-beta2/manual008.html There is also its fully...
Hendrik Tews
hendrik_tews
Offline Send Email
Dec 5, 2003
4:08 pm
1525
I had thinking about this and I can't find the solution : What means '_a list maybe something like ('a'a) list ????? # (function x -> function y -> x@y) [];; -...
wences_correo
Offline Send Email
Dec 8, 2003
5:37 am
1526
... The meaning of '_a is explained here: http://caml.inria.fr/FAQ/FAQ_EXPERT-eng.html#variables_de_types_faibles Rich. -- Richard Jones....
Richard Jones
rwmjones
Offline Send Email
Dec 8, 2003
9:28 am
1527
... Such a function cannot exist: Just compare curry f a b c vs. (curry f a b) c...
Martin Jambon
BioMim
Offline Send Email
Dec 8, 2003
12:52 pm
1528
Here is the production for variant-type: http://caml.inria.fr/ocaml/htmlman-beta2/manual012.html It is like this (I enclosed terminals in quotation marks): ...
vyvepe
Offline Send Email
Dec 15, 2003
12:12 am
1529
... it stand for the to be defined operator >| I believed : Unbound value >| # let ( >| ) x y = x + y ;; val ( >| ) : int -> int -> int = <fun> # 3 >| 2;; - :...
Remi Vanicat
dl_ens
Offline Send Email
Dec 15, 2003
10:33 am
1530
... is ... Huh, you are righ. "[<" is a lexical symbol. This means that the grammar in the documentation must be incorrect / different, because the productions...
vyvepe
Offline Send Email
Dec 16, 2003
2:35 am
1531
... the comportment of the parser is as if it was true. The actual ... where LBRACKET is [, LBRACKETLESS is [<, GREATER is > by the way, their are other...
Remi Vanicat
dl_ens
Offline Send Email
Dec 16, 2003
10:02 am
1532
Hi, I'm having trouble using the high-level network connection functions from the Unix module, that is, open_connection and shutdown_connection. For all I ...
Andrei Formiga
ktulu_fhtagn
Offline Send Email
Dec 17, 2003
4:31 pm
1533
... [...] My test prove me that this seem to be an windows related problem. Then I read the unix library manual, and more precisely the porting stuff, where...
Remi Vanicat
dl_ens
Offline Send Email
Dec 17, 2003
5:53 pm
1534
... I'm using XP, so if it works under NT and 2000 I would expect it to work on my system. In theory at least. I'll report it to the OCaml team, and see what ...
Andrei Formiga
ktulu_fhtagn
Offline Send Email
Dec 17, 2003
8:07 pm
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
Offline 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
Messages 1518 - 1547 of 9747   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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