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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3721 - 3753 of 9747   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3721
(** Hi, Can anyone explain the meaning of the error message: The class type object method virtual tagged : [> ] end is not matched by the class type [_[> ]]...
ethan_aubin
Offline Send Email
Jul 2, 2005
5:58 pm
3723
Your report isn't much use without showing us the error message which is printed. It doesn't print out error messages for fun. Rich. -- Richard Jones, CTO...
Richard Jones
rwmjones
Offline Send Email
Jul 3, 2005
3:46 pm
3725
... If I remember correctly on win32 you need an assembler installed for ocamlopt to work. The one in MSVC works. Maybe the one in the Express Edition works...
Radu Grigore
radugrigore
Offline Send Email
Jul 3, 2005
6:29 pm
3726
Il n'y a pas besoin de Gygwin, installes seulement MinGW. Sur Mingw.org , télécharge la distribution standard : ...
brickcaster
Offline Send Email
Jul 3, 2005
7:48 pm
3728
The compilation with ocamlopt now works fine for me, with as.exe , gcc.exe ... from cygwin. That doesn't work with MinGW installed with MinGW-4.1.0.exe ! ...
lavoitureverte
mipostavi
Offline Send Email
Jul 4, 2005
7:18 pm
3729
Dear all, I solved my problems about I told you in my previous mail titled "imperative and functional", but probably I'm not at all inside the spirit of...
Lecca Paola
lecca@...
Send Email
Jul 5, 2005
3:39 pm
3730
Hi, ... List.flatten ... let multi_combine = List.fold_left (@) [] or let rec multi_combine l = match l with [] -> [] ... Christoph Bauer...
Bauer, Christoph
Christoph.Bauer@...
Send Email
Jul 5, 2005
3:46 pm
3731
I tried to use the Graphics module in MacOS X. AFAIU that uses X11 for graphic output, I have X11 installed and started the X11 server, but it didn't work I...
Holger Schulz
schulz_mathe
Offline Send Email
Jul 5, 2005
3:51 pm
3732
... ^^ ^^^^^^^^^ A B One of A (l1) and B (List.hd l) is problably too much (and it's probably B). In B, l is the l bound one line above in the match...
Frederic van der Plan...
fplancke2001
Offline Send Email
Jul 5, 2005
4:00 pm
3733
... You're almost there. You just needed a different (simpler!) last line: l1 @ (multi_combine l) or even just: l1 @ multi_combine l Functional programming is...
Jon Harrop
harropjon
Offline Send Email
Jul 5, 2005
4:07 pm
3734
... I'd recomming using OpenGL via lablGL. But if you want to stick with the Graphics module then I'd recommend passing the empty string to the "open_graph"...
Jon Harrop
harropjon
Offline Send Email
Jul 5, 2005
4:26 pm
3735
Seems like each Windows version requires a different install process for OCaml native compilation, this can be discouraging, beginners can't test OCaml full...
brickcaster
Offline Send Email
Jul 5, 2005
5:09 pm
3736
Holger, you need to set the DISPLAY environment variable manually if you are trying to start your program from Terminal. If you start your program from the...
Michael Pruemm
pruemm
Online Now Send Email
Jul 6, 2005
5:52 am
3737
Dear all, again I disturb you with my elementary questions. I found this function for the enumeration of elements in a list: I don't understand what the...
Lecca Paola
lecca@...
Send Email
Jul 6, 2005
11:45 am
3738
... I do not understand what that is and how that works. _How_ do I use OpenGL via something? ... Doesn't help. ... Nope. I was asked by a colleague, if he can...
Holger Schulz
schulz_mathe
Offline Send Email
Jul 6, 2005
11:59 am
3739
... I'm a bit confused about what you're trying to achieve. The function that you've found is reasonably similar to the one in ExtList called ExtList.enum...
Richard Jones
rwmjones
Offline Send Email
Jul 6, 2005
12:11 pm
3740
... There are examples in the lablgl source. Also my ocamlode library contains an example where a lablgl context is embedded into an ocamlsdl window. ...
Richard Jones
rwmjones
Offline Send Email
Jul 6, 2005
12:15 pm
3741
... Thanks. I'll take a deeper look, when I can afford. Now it wold be usefull to make the examples, which run on Linux, run on MacOS X. So we could use them...
Holger Schulz
schulz_mathe
Offline Send Email
Jul 6, 2005
2:41 pm
3742
... OpenGL is the industry standard graphics API. It supports 2D and 3D graphics, hardware acceleration and runs on almost any computer (from palmtops to ...
Jon Harrop
harropjon
Offline Send Email
Jul 6, 2005
3:33 pm
3743
... Note that the examples from my book have downloadable Mac OS X binaries as well as Linux. -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. Technical...
Jon Harrop
harropjon
Offline Send Email
Jul 6, 2005
3:50 pm
3744
... Neither nor, I use the tuareg mode in emacs to sent expressions to an O'Caml shell. That is a fine environment for testing and presenting. Additionally I...
Holger Schulz
schulz_mathe
Offline Send Email
Jul 6, 2005
5:18 pm
3745
... Yes, it works from a xterm, but that su**s, coss you have no syntax higlighting and Copy ans paste doesn't work and I even can't use cursor keys to edit...
Holger Schulz
schulz_mathe
Offline Send Email
Jul 6, 2005
5:42 pm
3746
In SML they have those projection functions #1, #2 etc. Is there something similar in O'Caml? Thanks hs...
Holger Schulz
schulz_mathe
Offline Send Email
Jul 6, 2005
5:59 pm
3747
... No, only the functions "fst" and "snd" instead of "#1" and "#2". -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. Technical Presentation Software ...
Jon Harrop
harropjon
Offline Send Email
Jul 6, 2005
6:11 pm
3748
... If you are using bash (The default shell under 10.4/10.3) edit your .bash_profile to include this line: export DISPLAY=:0.0 Then create a new Terminal...
Corey O'Connor
funkmonkey256
Offline Send Email
Jul 6, 2005
6:33 pm
3749
... M-x setenv DISPLAY :0.0 could work. you could also put a (setenv "DISPLAY" ":0.0) in your .emacs...
Remi Vanicat
dl_ens
Offline Send Email
Jul 6, 2005
7:54 pm
3750
Dear all, I'm dealing now with the problem of finding all the combinations between the elements of a list of lists. For example, suppose to have let l1 = [...
Lecca Paola
lecca@...
Send Email
Jul 7, 2005
6:41 am
3751
... I don't think numbering elements is a good idea for this problem. ... Whenever you can don't use List.nth: it is inefficient and leads to ugly programs. In...
Radu Grigore
radugrigore
Offline Send Email
Jul 7, 2005
7:51 am
3752
... BTW, this function would get your result shuffled. can you see a simple modification to get exactly what you asked for? IOW, you want: choose_two...
Radu Grigore
radugrigore
Offline Send Email
Jul 7, 2005
8:05 am
3753
... Thanks for this. It prompts me to ask a question that about something I never fully understood: When to use (like you did in this example) 'function' and...
Johann Spies
jspies@...
Send Email
Jul 7, 2005
8:41 am
Messages 3721 - 3753 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