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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

On Sun, Mar 13, 2005 at 05:51:42PM +0100, Oliver Bandel wrote: [...] ... [...] Is there no possibility to *directly* use Str-module regexp's on...
14 Mar 16, 2005
1:50 am

Martin Jambon
BioMim
Send Email

Hello, on the Caml-list there the term "boxed values" is often used. What's a boxed value and what's an unboxed value? TIA, Oliver -- "If you desire sanity in...
4 Mar 13, 2005
7:06 pm

Radu Grigore
radugrigore
Send Email

Hallo!!! I am trying to switch from 'The Cygwin port of Objective Caml' to 'The native Win32 port built with Mingw' and encounter some problems with linking. I...
1 Mar 12, 2005
12:42 am

b_w@...
bombawilly
Send Email

I've been thinking a lot about OCaml's restriction that record field names need to be unique. It seems like an uncomfortable tradeoff, and digging into the...
6 Mar 11, 2005
4:39 pm

Richard Jones
rwmjones
Send Email

Hi, all There is code as follows: type myType = .... let myVar : myType option = None ... It seems that both 'option&#39; and 'None' are not keyword. Where in...
4 Mar 6, 2005
11:17 am

Richard Jones
rwmjones
Send Email

Hi all. I usually program on a Linux machine. I've recently written a little app that one of friends is interested in playing with on his Windows machine. In...
6 Mar 5, 2005
3:26 am

Tony Edgin
tonyedgin
Send Email

Hi there, I wonder how I can extend both a module F and its sub-module S (which is then referred to as F.S) I know I can "include" a module and extend with my...
2 Mar 4, 2005
4:52 pm

Richard Jones
rwmjones
Send Email

i'm trying extending my knowledge of computer languages, and at this time I'm trying to learn Caml Light, a language a bit different from what I'm used to....
2 Feb 26, 2005
11:54 pm

Richard Jones
rwmjones
Send Email

... Thank you, but I don't want to reinstall OCaml on my school server (and I doubt I am authorized to do so). OCaml is already installed, but how can I add...
2 Feb 24, 2005
7:04 pm

Martin Jambon
BioMim
Send Email

Hello, I compiled successfully a file that required the camlp4 preprocessor on my machine ; but on my school machine, the camlp4 seems to not be installed, ...
2 Feb 22, 2005
8:15 pm

Martin Jambon
BioMim
Send Email

Hello, is it possible to define a class in OCaml, which creates objects that take an object of it's own type as an argument? Or maybe "<object&#39;s_type> option"...
4 Feb 19, 2005
3:10 pm

Remi Vanicat
dl_ens
Send Email

Hi, all I don't understand why ocamllex's input file is organized as follows: { header } let ident = regexp ... rule entrypoint = parse regexp { action } ... ...
4 Feb 19, 2005
12:53 pm

Oliver Bandel
oliver@...
Send Email

Dear all, I have been for several years (since February, 2002) the only and lonely mantainer of the Ocaml Beginners' mailing list. This is why your...
1 Feb 18, 2005
11:18 am

Stalkern 2
stalkern2
Send Email

Hi, a naive question: how to provide several files as one module ? (there's only one main file the functions of which I wish to be visited outside, others are ...
5 Feb 17, 2005
7:37 pm

Remi Vanicat
dl_ens
Send Email

Hi, I got a problem when playing with "ocamldep";. Since I'm a beginner, if it's because I missed something, my apologies first. Consider the two example cases:...
5 Feb 16, 2005
5:41 pm

Richard Jones
rwmjones
Send Email

Hello, Does someone know how to print a newline character on an output channel, Operating System independently? I would like to do print_newline out_channel ;;...
3 Feb 16, 2005
4:22 pm

William D. Neumann
scoey13
Send Email

Hello, I am new to the list and am just starting to learn Ocaml by going through the book "The Functional Approach to Programming." On page 54, at the bottom...
5 Feb 15, 2005
11:18 pm

Benjamin Geer
ben_geer
Send Email

Hello, I read the Thread section of the manual carefully, since I'm to use them in a near future. But I did not understand the meaning of "alternative&quot; in the...
2 Feb 15, 2005
9:42 am

Remi Vanicat
dl_ens
Send Email

Now I am going through Jason Hickey's Introduction to Ocaml, and have encountered an anomaly in section 2.1.5 string: character strings. This example given in...
6 Feb 14, 2005
3:28 am

vly3
Send Email

Hello folks, I'm profiling an ocaml program compiled with ocamlopt -p on linux/x86, and I'm having trouble reading the gprof output. In particular, is there a...
1 Feb 11, 2005
7:16 pm

Eric Breck
invertedcow
Send Email

I'm wondering if I can do it with locales or something. Any ideas? Rich. -- Richard Jones, CTO Merjis Ltd. Merjis - web marketing and technology -...
5 Feb 11, 2005
7:12 pm

Martin Jambon
BioMim
Send Email

Hi, I'm using Marshal to turn a tree structure into an integer, I wonder how to explicitly define that structure? For example, if I use this: let s =...
2 Feb 11, 2005
6:53 am

Matt Gushee
mcgushee
Send Email

Hi all!! I wrote a program and would like to switch modules depending on the input. In short I am looking for something like that: myfunction module_a x = let...
2 Feb 10, 2005
10:11 pm

Martin Jambon
BioMim
Send Email

Hi all, I have a question: if I want to leave the implementation of a type in a module (btw in a mli/ml pair) accessible, should I duplicate its code as in ...
3 Feb 10, 2005
10:03 pm

Martin Jambon
BioMim
Send Email

... That's exactly the reason why extlib exists - to provide useful functions to the community which are not part of the standard library. Rich. -- Richard...
1 Feb 10, 2005
7:41 pm

Richard Jones
rwmjones
Send Email

I tried this to write some string on a file, seems very straightforward, but it just doesn't write! let oFile="~/out.txt";; let oc = open_out oFile;; output...
4 Feb 10, 2005
6:03 pm

Huiyuan Ma
huiyuan_ma
Send Email

... Please give the command you use. Did you try "ocaml file.ml" ? If so you need to tell it where to find the implementation of "Dumper" (it depends on...
2 Feb 10, 2005
5:51 pm

Richard Jones
rwmjones
Send Email

I wonder how can I load a Big_Int module in ML? I tried open, use, and none of them worked. I need to handle some arbitrarily huge numbers. Thanks a lot!...
3 Feb 10, 2005
2:20 am

William D.Neumann
scoey13
Send Email

Are there commands to list all the modules in the present OCaml toplevel ( or loaded in the executable if using a compiled version )? A way of listing all the...
2 Feb 8, 2005
1:31 pm

Johann Spies
jspies@...
Send Email

Hello, I sometimes heard/read about functional objects and that OCaml can handle these. But most often OO-people use OO-features and FPL-people use ...
7 Jan 29, 2005
12:12 am

Stalkern 2
stalkern2
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