Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ocaml_beginners · Ocaml Beginners

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi there, as an Ocaml newbie I am working on a project based around Perl (gui /WxWidgets/, database access, etc.), but some parts of it I'd like to write in...
7 Jan 10, 2011
9:59 pm

Michael Ekstrand
michael@...
Send Email

I'm new to Ocaml and I'm mainly interested in it in order to try out and use Ocamlgraph. Thus far, I've been able to install Ocaml and get some Ocaml programs...
3 Jan 10, 2011
8:19 am

EliotB
eliotpbrenner
Send Email

Hello, if a prgram does nt print an error message I assume, it works correctly. if ocamlmktop works correctly in binding libraries together, I would assume...
6 Jan 10, 2011
3:29 am

oliver
oliver@...
Send Email

Hello, what is the -s option? I did not find it in the manpage or help-message from ocamlc ocamlopt ocamlyacc ocamllex I found it in the section "12.4.2...
1 Jan 9, 2011
5:50 pm

oliver
oliver@...
Send Email

Hi there, I try to compile someone else code, and I get the following error: camlidl -header libstp.idl sh: /lib/cpp: No such file or directory libstp.idl:...
4 Jan 7, 2011
9:22 pm

Alexandre Gouraud
alexandre_go...
Send Email

Hi Guys, Ok, I have a number of record types and I wanted to be able to put them in a list together. So I figured I would do something like this: type rec1 =...
5 Dec 27, 2010
5:37 pm

Chris Yocum
cyocumflickr
Send Email

Dear list, While working on objects, I came up with what I think is a strange behavoir. Here's two simple classes, foo and bar who bear, both implementing a...
7 Dec 27, 2010
8:48 am

Philippe Veber
philippeveber
Send Email

I'm trying to parse an html file that has in it: <h2 align=center> Xmlm fails on this because "center" is supposed to be quoted. Unfortunately I cannot fix the...
5 Dec 24, 2010
3:36 pm

Florent Monnier
fmonnier@...
Send Email

Good evening, Here is the error message Alexandre@vega /cygdrive/d/Documents and Settings/Alexandre/Mes documents/C/ocamlgraph-1.5 $ make ocamlc.opt -c -I src...
4 Dec 21, 2010
3:46 pm

Alexandre Gouraud
alexandre_go...
Send Email

Are there functions for parsing a string as an Ocaml string or char? For example, I want something like: string_of_string "a\\tb" - should return the 3...
3 Dec 15, 2010
11:34 pm

Sylvain Le Gall
gildor16478
Send Email

Hello, I've recently been playing with polymorphic variant. Here's the record declaration i am missing : type foo = { mutable bar : "any_polymorphic_variant"...
3 Dec 15, 2010
7:41 am

francesca.lompa
Send Email

I'm trying to build current version of lwt, which now use oasis to build, on a FreeBSD system where libev include files are to be found in /usr/local/include....
4 Dec 8, 2010
6:51 pm

rixed@...
rixed
Send Email

Hello, I have 2 global variables foo and bar. I want foo to hold the old content value of bar, then modify bar without altering the content of foo. CASE 1 :...
8 Dec 7, 2010
12:42 pm

Cedric Cellier
rixed
Send Email

Hello ! Suppose I'm writing a module signature for a data structure, let's say a set : module type SET = sig type 'a t val is_empty : 'a t -> bool val insert :...
2 Dec 4, 2010
10:51 am

vincent
vincent.arav...
Send Email

I'm working on a project that will require downloading lots of large files from various websites. I would like to cache and re-use local copies whenever...
1 Dec 2, 2010
4:42 pm

Ashish Agarwal
ashish_a1975
Send Email

Hello, I am trying to build the ocaml part of gmetadom using mingw and ocaml (MS port). Everything looks good until it tries something like the following: ...
10 Nov 28, 2010
5:58 pm

Sylvain Le Gall
gildor16478
Send Email

Is it possible in OCaml to pattern match against a value that is of reference type? I'm trying something like the following (including the use of type...
5 Nov 28, 2010
5:53 pm

John Lasseter
jhelasseter
Send Email

Here's a simple piece of code: module Gr = Graphics ;; let main () = Gr.open_graph " 640x480" ; while true do if Gr.key_pressed () then exit 0 else () done ;; ...
2 Nov 27, 2010
1:05 pm

ygrek
ygrekheretix
Send Email

Hello, I'm trying to get ocamlbuild to use oUnit via ocamlfind. I've managed to do so for bytecode, I run into a problem when trying to compile to native code....
4 Nov 20, 2010
12:20 pm

Miron Brezuleanu
mbrezu
Send Email

Hi, I'm using 64bit linux, wondering if there's a way to compile my ocaml program to native 32bits arch . Thanks kem -- In accordance with U.S. Treasury...
1 Nov 20, 2010
1:38 am

Komtanoo Pinpimai
realromerun...
Send Email

I have been writing a fairly large program using ulex. Although I can, of course, compile the modules using ulex syntax, I dont seem to be able to load it into...
1 Nov 19, 2010
11:43 pm

peterfrey63
Send Email

Hi I am trying to use mod_float and I found strange results. For example, in toplevel, I get : # mod_float 2.0 0.2;; - : float = 0.1999999999999999 Is this...
1 Nov 19, 2010
11:49 am

Johan Mazel
johan.mazel
Send Email

I want to make a hash table for pairs of nums. Will the setup below work? There are two reasons why it might not. (1) It requires that num has a unique...
2 Nov 15, 2010
4:03 pm

Sylvain Le Gall
gildor16478
Send Email

Hi All, I've been playing with OCaml for a couple of day. I'm stumped over what I think are a few simple things. Here's a piece of code: module Gr = Graphics...
3 Nov 12, 2010
4:45 pm

bkv2k
bkv2000
Send Email

Hello, what's wrong with the OCaml mailing list archives? All dates are displayed as a group of NaNs. For instance, on ...
4 Nov 11, 2010
4:25 pm

Ashish Agarwal
ashish_a1975
Send Email

I can make an array of arrays by doing this: Array.make 10 [||] The type of the array is determined by what happens elsewhere in the code. This is quite...
5 Nov 11, 2010
7:57 am

rixed@...
rixed
Send Email

I've been unable to figure out how to use the debugger. Maybe somebody can just tell me this one little thing that would be useful, and that I can't figure out...
2 Nov 10, 2010
10:55 pm

Martin Jambon
BioMim
Send Email

Does anyone know how to install ocaml-mysql on Mac OS X? I get an error about MySQL not being found, which I think is because libmysqlclient.so is not found....
5 Nov 10, 2010
2:51 pm

Ashish Agarwal
ashish_a1975
Send Email

How is the following possible? ... open Batteries_uni;; open Printf let err_enum (e : 'a Enum.t) : 'a Enum.t = Enum.make ~next:(fun () -> ()) (* actual code...
3 Nov 9, 2010
6:14 pm

Ashish Agarwal
ashish_a1975
Send Email

Hi folks, I have installed ocaml on my PC (MS toolchain port) and I want to compile a program that makes use of the ExtLib module. Though this module is not in...
6 Nov 5, 2010
2:27 pm

Alexandre Gouraud
alexandre_go...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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