smkl changed the topic of #ocaml to: OCaml 3.07 ! -- Archive of Caml Weekly News: http://pauillac.inria.fr/~aschmitt/cwn, A tutorial: http://merjis.com/richj/computers/ocaml/tutorial/, A free book: http://cristal.inria.fr/~remy/cours/appsem, Mailing List (best ml ever for any computer language): http://caml.inria.fr/bin/wilma/caml-list
mattam has quit [Read error: 110 (Connection timed out)]
wazze has quit ["--- reality is that which, when you stop believing in it, doesn't go away ---"]
wazze has joined #ocaml
kinners has joined #ocaml
wazze has quit ["--- reality is that which, when you stop believing in it, doesn't go away ---"]
Skal has quit ["Client exiting"]
blueshoe has quit [Read error: 104 (Connection reset by peer)]
bk_ has joined #ocaml
cjohnson has quit ["Drawn beyond the lines of reason"]
mimosa has quit ["J'ai fini."]
gim has quit []
bk_ has quit ["I'll be back"]
bk_ has joined #ocaml
blueshoe has joined #ocaml
blueshoe has quit [Read error: 104 (Connection reset by peer)]
kinners has quit ["leaving"]
bk_ has quit ["I'll be back"]
blueshoe has joined #ocaml
Nutssh has joined #ocaml
Nutssh has quit ["Client exiting"]
blueshoe has quit [Read error: 104 (Connection reset by peer)]
brion has joined #ocaml
brion has left #ocaml []
whee has quit ["Leaving"]
LordJ|m has quit [Read error: 104 (Connection reset by peer)]
kinners has joined #ocaml
Nutssh has joined #ocaml
kinners_ has joined #ocaml
Nutssh has quit ["Client exiting"]
kinners has quit [Read error: 113 (No route to host)]
mimosa has joined #ocaml
LordJ|m has joined #ocaml
gim has joined #ocaml
kinners_ has quit ["zzz"]
kwmarc has joined #ocaml
<kwmarc> hello
<Demitar> Hi kwmarc.
two-face has joined #ocaml
bk_ has joined #ocaml
bk_ has quit ["I'll be back"]
bk_ has joined #ocaml
two-face has quit [Read error: 110 (Connection timed out)]
wazze has joined #ocaml
buggs has quit [Read error: 60 (Operation timed out)]
two-face has joined #ocaml
systems has joined #ocaml
<systems> bjr tlm
<two-face> salut
systems changed the topic of #ocaml to: OCaml 3.07 ! -- Archive of Caml Weekly News: http://pauillac.inria.fr/~aschmitt/cwn , A tutorial: http://merjis.com/richj/computers/ocaml/tutorial/, A free book: http://cristal.inria.fr/~remy/cours/appsem, Mailing List (best ml ever for any computer language): http://caml.inria.fr/bin/wilma/caml-list
systems changed the topic of #ocaml to: OCaml 3.07 ! -- Archive of Caml Weekly News: http://pauillac.inria.fr/~aschmitt/cwn , A tutorial: http://merjis.com/richj/computers/ocaml/tutorial/ , A free book: http://cristal.inria.fr/~remy/cours/appsem, Mailing List (best ml ever for any computer language): http://caml.inria.fr/bin/wilma/caml-list
two-face has quit ["Client exiting"]
systems has quit ["Client Exiting"]
Nutssh has joined #ocaml
whee has joined #ocaml
phj has joined #ocaml
<phj> Is there a module Str ?
<phj> s/Is/Isn't
<Nutssh> I believe so.
<Nutssh> I believe it may be a library that you must load.
<phj> I loaded by using open Str
<phj> but when I type Str.regexp " "
<phj> ocaml tells me Reference to undefined global `Str'
<Nutssh> No. At the toplevel, #load (?) Or when you compile str.cmxa/str.cma
<phj> I see.
<phj> Nutssh: thanks
<Nutssh> Welcome.
Nutssh has quit ["Client exiting"]
maihem has quit ["Client exiting"]
Godeke has quit [Client Quit]
phj has quit [Read error: 60 (Operation timed out)]
gauchopuro has joined #ocaml
gauchopuro has quit [Client Quit]
drworm has quit [Read error: 54 (Connection reset by peer)]
drworm has joined #ocaml
drworm has quit [Read error: 110 (Connection timed out)]
cjohnson has joined #ocaml
buggs has joined #ocaml
Demitar has quit [Remote closed the connection]
Demitar has joined #ocaml
maihem has joined #ocaml
Vulpyne has quit [Read error: 110 (Connection timed out)]
cjohnson has quit [Read error: 104 (Connection reset by peer)]
cjohnson has joined #ocaml
_JusSx_ has joined #ocaml
_JusSx_ has quit ["BitchX-1.0c19 -- just do it."]
_JusSx_ has joined #ocaml
cjohnson has quit [Read error: 60 (Operation timed out)]
andrewb has joined #ocaml
_JusSx_ has quit ["BitchX-1.0c19 -- just do it."]
andrewb has quit ["Leaving"]
mattam has joined #ocaml
olczyk has joined #ocaml
<olczyk> Anyone know of a command to list all the modules in a toplevel?
<olczyk> Or to list all the elements of a module ( functions etc. )?