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

I haven't profiled in OCaml yet so forgive me the simple question: Does the OCaml profiler report consing and garbage collection statistics? Thanks, Joel -- ...
4 Jul 4, 2007
10:45 am

Jon Harrop
harropjon
Send Email

Hello, After much effort in implementing the imperative K-BUF data structure, that very year I came across Conchon and Filliatre's implementation of their UF...
7 Jul 4, 2007
7:30 am

Hugo Ferreira
hugotwo3
Send Email

Hello, is there some documentation or code around for camomile-newbies? TIA, Oliver...
1 Jul 3, 2007
10:52 am

Oliver Bandel
oliver@...
Send Email

I apologize if this sounds like a silly question but is there a unix package on Windows? I tried building my project and OUnit complains that it needs Unix. ...
5 Jul 2, 2007
9:27 am

Joel Reymont
jreymont
Send Email

Can someone explain these behaviors (Hashtbl.hash)? # let v = Array.init 42 (fun i -> i);; val v : int array = [|0; 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13;...
7 Jul 2, 2007
8:44 am

yahoogroups@...
chojin_42
Send Email

Hello, I'm calling Option.may from extlib, and the code doesn't seem to be inlined. let inlinetest a = let f x = x.(0) <- 0 in Option.may f a ...
5 Jul 1, 2007
7:41 pm

yahoogroups@...
chojin_42
Send Email

Hi all, I am working though some example code from ocaml for scientists. I have an mli and accompanying ml file which I am compiling thus: ocamlc -c...
3 Jul 1, 2007
5:10 pm

Fabrice Marchant
fabrice.marc...
Send Email

(* Hi ! It is possible to define a fixed sized loop structure like this one : *) type loop = Node of loop (* No content at node : doesn't matter here. *) let...
29 Jul 1, 2007
5:05 pm

Fabrice Marchant
fabrice.marc...
Send Email

... Hash: SHA1 Hi, The list function map processes one list. Map2 processes two lists simultaneously. What do you do if you want to be able to process an ...
13 Jun 30, 2007
10:18 pm

fabricemarchant
Send Email

Okay, everything works fine now. Unfortunatly, I can't say why. :( I've done an ocamlbuild -clean, but I am not even sure this is the cause. As I am "learning";...
2 Jun 30, 2007
12:40 am

Vincent Aravantinos
vincent.arav...
Send Email

Hi ! Jean-Christophe Filliātre hashset module : http://www.lri.fr/~filliatr/ftp/ocaml/ds provides, for a set of 'a : type 'a t and vals : create, clear, add,...
13 Jun 29, 2007
11:15 pm

Richard Jones
rwmjones
Send Email

Hello, It's probably a stupid question, but I never used ocamldoc before... I'm trying to generate the documentation of the compiler (especially asmcomp/*),...
2 Jun 29, 2007
6:36 pm

Christopher L Conway
postalchris
Send Email

Hello, I am developing a kernel for first order logic processing. I now represent literals such as "f(g(a),b)" as flat-terms. Such flat-terms are (basically)...
5 Jun 29, 2007
1:22 pm

Hugo Ferreira
hugotwo3
Send Email

Hi ! Please does it exist a soft to process OCaml source files in order to provide them a beautiful right indentation ? Thanks, Fabrice...
11 Jun 29, 2007
9:51 am

Christophe TROESTLER
Christophe.Troestler+...
Send Email

I'm still looking for some examples on the internet, but maybe someone here will give me the answer faster: I'm trying to use the OptParser from extlib: open...
3 Jun 27, 2007
4:46 pm

fabricemarchant
Send Email

hi there, ok, i'm really starting to getting frustrated with ocaml's module system. i read through all documentation availbale on the official pages and the...
9 Jun 27, 2007
4:13 am

Jon Harrop
harropjon
Send Email

I'm trying to debug some logic in a program that climbs through a few compicated lists. I thought there would be an easy way to print out a type, like it...
2 Jun 25, 2007
11:14 pm

yahoogroups@...
chojin_42
Send Email

Is there any way of generating format types for Printf.xxx at runtime, or can this only be done from string constants? I'm looking for a way of converting...
10 Jun 25, 2007
5:07 pm

Mark White
ythls
Send Email

Hello, I'm installing the gnuplot ocaml module, and while trying to run the demos, I cannot find a module named Parse_args. Googling was helpless (!!) so I'm...
3 Jun 22, 2007
7:32 pm

Philippe Strauss
philou@...
Send Email

Hello, in my code I have the following: let l1 = Listbox.create mainwin [ ] in I now want to set the initial size of the Listbox-Widget. How to do it? I tried...
5 Jun 21, 2007
8:36 am

Jon Harrop
harropjon
Send Email

Hi, This is probably not a OCaml specific problem, but anyway I need to solve it in OCaml. Process can fork son processes, and these sons processes can fork...
3 Jun 20, 2007
9:09 pm

Oliver Bandel
oliver@...
Send Email

Hi, I've been looking at the different ways to run a program of which the source is written in an .ml file and found this strange. If I make some program.ml...
5 Jun 20, 2007
5:13 pm

Richard Jones
rwmjones
Send Email

Hello, is there some UTF8 (or Unicode) support with ocaml ? I've looked through the archives but the only thing I could find is 'camomile&#39;. -> I don't want a...
6 Jun 19, 2007
6:37 am

Christophe TROESTLER
Christophe.Troestler+...
Send Email

We just released a new version of Smoke, including a free byte-code edition: http://www.ffconsultancy.com/products/smoke_vector_graphics/ Smoke is a...
1 Jun 18, 2007
11:38 pm

Jon Harrop
harropjon
Send Email

Hi guys, I'm new to OCaml and have been learning a little bit about it over the past few days. This is the first functional programming language that I'm...
3 Jun 17, 2007
7:54 pm

soemraws
Send Email

Is there anyway to force the compiler to check that a function is as polymorphic as its annotation? I've large function that ocaml infers a less general type...
7 Jun 16, 2007
10:27 pm

Christophe TROESTLER
Christophe.Troestler+...
Send Email

... Hash: SHA1 Hi, I've been looking for an auto mli solution. Mli files are a pain to write. Everytime I change something, eg. add a print function for a...
8 Jun 15, 2007
10:43 pm

Peng Zang
peng.zang@...
Send Email

Hello all, I've noticed that in the OCaml toplevel user-enforced type renaming always works with non-functional values but not (always) with functional values ...
3 Jun 13, 2007
11:15 am

roparzhhemon
Send Email

Hello, is there somewhere an introduction to OCaml/Tk? In the OCaml manual there are not all bindings to the widgest explained. TIA, Oliver...
10 Jun 13, 2007
5:25 am

dmitry grebeniuk
dmitrygrebeniuk
Send Email

... *** please apologise for multiple copies *** Hi everyone, The new version of ODT has been released this morning. This version replaces the broken ODT 1.1...
1 Jun 12, 2007
6:45 am

Hugo Ferreira
hugotwo3
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