List Info

Thread: "ocaml_beginners"::[] Using Extlib modules




"ocaml_beginners"::[] Using Extlib modules
country flaguser name
United States
2007-05-24 13:20:21

Folks,

How do you use Extlib modules?

# #use "topfind";;
- : unit = ()

# #require "extlib";;
/usr/local/lib/ocaml/extlib: added to search path
/usr/local/lib/ocaml/extlib/extLib.cma: loaded

# Extstring.slit;;
Wrong file naming: /usr/local/lib/ocaml/extlib/extstring.cmi
contains the compiled interface for ExtString

Thanks, Joel

--
http://wagerlabs.com/

__._,_.___
.

__,_._,___
"ocaml_beginners"::[] Re: Using Extlib modules
country flaguser name
United States
2007-05-24 14:09:45

Here I go answering meself...

On May 24, 2007, at 7:20 PM, Joel Reymont wrote:

> # Extstring.slit;;
> Wrong file naming: /usr/local/lib/ocaml/extlib/extstring.cmi
> contains the compiled interface for ExtString

I'm using a Mac OSX case-insensitive file system so that
extstring.cmi is actually extString.cmi. Everything works when
ExtString.String.split is used.

--
http://wagerlabs.com/

__._,_.___
.

__,_._,___
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )