[
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-12-07 (18:18) |
From: | William Lovas <wlovas@s...> |
Subject: | Re: [Caml-list] Module ExtString seems to be missing |
On Tue, Dec 07, 2004 at 11:39:13AM -0500, Joe Polanik wrote: > I'm trying to locate module ExtString; but this seems not to be a part > of the latest OCaml. > > Using ExtString.split gets this error msg: Unbound value ExtString.split > Trying to open ExtString gets this msg: Unbound module ExtString > > Where can I find ExtString. ExtString is part of the ExtLib library, available from: http://ocaml-lib.sourceforge.net/ You can download it from there and install it by hand or you can install the "godi-extlib" package using the GODI distribution: http://godi.ocaml-programming.de/ cheers, William