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 all, hope all is well I wondered if anyone had an idea of how to get around needing a hashtable in which all the keys are strings, but, the values may be of...
12 Jun 6, 2007
7:46 am

Richard Jones
rwmjones
Send Email

Hello. I need to write floating point values to a binary file. The file must be in a specific format for compatibility with outside applications, and the...
4 Jun 5, 2007
7:31 pm

Mathias Kende
mathias@...
Send Email

Hello all, I should like to know more about subtyping polymorphism and OCaml ( if I'm not the only OCaml programmer in the world that worries about the...
10 Jun 5, 2007
5:05 pm

Jon Harrop
harropjon
Send Email

Hello, I've been hacking a bit in Ocaml lately, but I've had a lot of trouble writing a good makefile as I have done for my C projects. Problem 1: ocamlc...
8 Jun 5, 2007
2:02 pm

Richard Jones
rwmjones
Send Email

We just released our vector graphics library with both free and commercial editions: http://www.ffconsultancy.com/products/smoke_vector_graphics/?o This...
7 Jun 1, 2007
11:55 pm

Peng Zang
peng.zang@...
Send Email

Hello, I have studied a example from OCaml system manual, and cannot get throuth idea of "keeping polymorphism" as following: #type idref = { mutable id: 'a....
3 May 31, 2007
3:14 pm

LORENZO
arniwarp
Send Email

what is the meaning of "*"? thanks. type stm = SEQ of stm * stm means stm followed by stm? like in # type exp = CONST of int * int;; how to write such a...
5 May 29, 2007
11:06 pm

mo.deeq
Send Email

Menhir (similar to ocamlyacc) indicates that my grammar file has a shift/reduce conflict. If I remove the definition of "box" from my grammar file, then it...
3 May 28, 2007
1:24 am

Eric Lavigne
lavigne.eric
Send Email

Hi ! I'm interested to study several old Caml Light examples I've collected and to adapt them to OCaml. Please have you got a link to the (small, I hope) list...
3 May 27, 2007
1:29 pm

fabricemarchant
Send Email

Hi folks, if I define my own data types in OCaml... Can I impose additional restrictions within a type constructor? For example, to represent a "time value"...
8 May 27, 2007
9:25 am

Richard Jones
rwmjones
Send Email

Hi all, I amuse this is a has already been discussed somewhere, but i cant find any satisfactory answers. Since thanks to the its strict static typing ocaml...
8 May 25, 2007
12:10 pm

Mathias Kende
mathias@...
Send Email

Folks, How do you use Extlib modules? # #use "topfind";; - : unit = () # #require "extlib";; /usr/local/lib/ocaml/extlib: added to search path ...
2 May 24, 2007
7:10 pm

Joel Reymont
jreymont
Send Email

Hi everyone, I was wondering if anyone have tried to run LACAML on a win32 system? Does anyone know what are the basic steps? I was hoping to get the "Matrix...
1 May 24, 2007
12:32 pm

a_lyckegaard
Send Email

Hello, I have changed the stdlib Map file and added the following type: type 'a enum = ... and have made it "visible" (i.e: non-abstract) in both the interface...
5 May 23, 2007
6:33 am

Hugo Ferreira
hugotwo3
Send Email

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please...
1 May 22, 2007
4:42 pm

Alla Volochina
Alla.Volochina@...
Send Email

1. I found In many cases there is no "function"; key word. 2. And how do we differentiate with evaluation? beginner, thanks! #let rec fib n = # if n < 2 then 1...
5 May 22, 2007
12:07 pm

Jon Harrop
harropjon
Send Email

i couldn't find the answer online. thanks! 1. what's the "-" mean? # let double x = x*2 in List.map double [1;2;3;];; - : int list = [2; 4; 6] [Non-text...
2 May 22, 2007
1:54 am

Jon Harrop
harropjon
Send Email

Hello, in the hashtbl.ml you can find type ('a, 'b) bucketlist = Empty ... I think this is the same es type ('a, 'b) bucketlist = ('a * 'b) list Is there any...
8 May 21, 2007
10:04 pm

Peter Halacsy
halacsyp
Send Email

Hi all, I'm wondering if lexing style regular expressions can be used within ocamlyac. for example, take a simple if-else statement, we may have 1. if ( a ) ...
3 May 21, 2007
6:47 pm

mo.deeq
Send Email

Basic question. Thanks. why we map key words to upper case in lexer? Other than use the original words? ... [Non-text portions of this message have been...
2 May 21, 2007
3:37 pm

William D. Neumann
scoey13
Send Email

...a quick search on the ocaml hump give me http://caml.inria.fr/cgi-bin/hump.fr.cgi?contrib=447 ... -- Pablo Polvorin [Non-text portions of this message have...
3 May 21, 2007
12:02 pm

Martin Jambon
BioMim
Send Email

Hello, I have seen the following types declared for the stdlib Map: type +'a t type (+'a) t Could anyone tell me where I can get (very) basic info on this? I...
3 May 21, 2007
9:06 am

Hugo Ferreira
hugotwo3
Send Email

Hi ! liblablgl-ocaml-dev package on Debian Etch is the OpenGL interface. In order to build the provided examples, I tried with findlib like this : ocamlfind...
4 May 20, 2007
5:36 am

Fabrice Marchant
fabrice.marc...
Send Email

Folks, What is the cause of this error and how do I resolve it? Thanks, Joel ... ocamlc -g -w s -dtypes -I /usr/local/lib/ocaml/site-lib/pcre -c apache.ml File...
2 May 19, 2007
7:14 pm

Remi Vanicat
dl_ens
Send Email

Hi ! Please consider a labeled sum, like this one : type label_sum = Ca of int ... ;; If we have such a label_sum instance : let v = Ca 1234 ;; We are sure "v"...
9 May 18, 2007
3:24 pm

Mathias Kende
mathias@...
Send Email

Hi everyone, The new version of ODT has been released this morning. It is ready for OCaml 3.10 and its new AST (e.g. virtual fields). Everything is available...
1 May 18, 2007
9:24 am

Hugo Ferreira
hugotwo3
Send Email

Hello, I have the following module defined: module Key_map = Map.Make (struct type t = dt_key let compare a b = let a, sa, aa, ta = a in let b,...
23 May 18, 2007
7:14 am

Hugo Ferreira
hugotwo3
Send Email

Real-time 2D rigid body simulation with OpenGL visualization in under 400 lines of OCaml code: http://www.ffconsultancy.com/ocaml/balls/ Handles 100 balls with...
1 May 17, 2007
10:57 am

Jon Harrop
harropjon
Send Email

Hi ! It's the first time I try to use Markus Mottl OCamlMakefile by myself. I wanted to apply this tool in order to build : ...
4 May 17, 2007
10:19 am

Fabrice Marchant
fabrice.marc...
Send Email

hello guys, can the ocaml compiler figure out that this code can be simplified let id x = x let a = ref 1 a := id !a (I've a datastructure that sometimes is...
5 May 17, 2007
5:42 am

Peter Halacsy
halacsyp
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