Browse thread
[Caml-list] Reading a large text file
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-05-01 (21:33) |
From: | Alain.Frisch@e... |
Subject: | Re: [Caml-list] Reading a large text file |
On 2 May 2004, skaller wrote: > ?? type 'a t = private 'a list > > Arggg.. what's wrong here? As stated in the manual, "private" can only be applied to the type *representation* (sum type, record type), not the type equation. http://caml.inria.fr/ocaml/htmlman/manual021.html -- Alain ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners