sponge45 changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/
smimou has quit ["bli"]
bluestorm has quit ["Konversation terminated!"]
pango_ has joined #ocaml
_JusSx_ has quit [Client Quit]
pango has quit [Remote closed the connection]
FZ has quit ["ERC Version 5.0.4 $Revision: 1.726.2.20 $ (IRC client for Emacs)"]
pstickne is now known as UsUx0rzM3r
postalchris has joined #ocaml
UsUx0rzM3r is now known as pstickne
descender has joined #ocaml
pango_ has quit [Remote closed the connection]
pango_ has joined #ocaml
malc_ has quit ["leaving"]
epsos has joined #ocaml
epsos has quit [Client Quit]
nonpop has quit ["Leaving."]
lmbdwr has quit [Remote closed the connection]
pango_ has quit [Remote closed the connection]
pango_ has joined #ocaml
mbishop has joined #ocaml
Firk has joined #ocaml
Firk has left #ocaml []
pantsd has quit [Read error: 60 (Operation timed out)]
swater has quit ["Quat"]
<jlouis> I am pondering how to declare a mutually recursive declaration in OCaml? In SML you do fun ... and ... .... And you can do the same inside a let-binding let fun ... and ... in ... end. How do you do this in OCaml?
<jlouis> ah, found the answer
<mmarc> :)
<levi_home> Does and not work at the toplevel in OCaml?
<jlouis> (the language reference answered my question)
<jlouis> levi_home, it does ;)
<levi_home> Ahh, I thought I'd done that before.
Smerdyakov has quit ["Leaving"]
Riesz has joined #ocaml
_velco has joined #ocaml
johnnowak has joined #ocaml
Eridius has quit []
johnnowak has quit []
pango_ has quit [Remote closed the connection]
pango has joined #ocaml
postalchris has quit [Read error: 110 (Connection timed out)]
Mr_Awesome has joined #ocaml
bluestorm has joined #ocaml
_JusSx_ has joined #ocaml
Eridius has joined #ocaml
Eridius has quit [Client Quit]
Eridius has joined #ocaml
Mr_Awesome has quit ["and the Awesome Level drops"]
velco has joined #ocaml
smimou has joined #ocaml
MrCraps has joined #ocaml
MrCraps has quit ["Verlassend"]
MrCraps has joined #ocaml
_JusSx_ has quit [Client Quit]
nonpop has joined #ocaml
bluestorm is now known as bluestorm_aw
bluestorm_aw is now known as bluestorm
klapmuetz has joined #ocaml
swater has joined #ocaml
klapmuet1 has quit [Read error: 60 (Operation timed out)]
swater has quit ["Quat"]
pantsd has joined #ocaml
swater has joined #ocaml
postalchris has joined #ocaml
_JusSx_ has joined #ocaml
bebui has quit [Read error: 54 (Connection reset by peer)]
bebui has joined #ocaml
Skal has joined #ocaml
Skal has quit [Remote closed the connection]
FZ has joined #ocaml
Smerdyakov has joined #ocaml
velco has quit ["Ex-Chat"]
jlouis has quit [Read error: 110 (Connection timed out)]
jlouis has joined #ocaml
smimram has joined #ocaml
mmarc has quit [Read error: 148 (No route to host)]
smimou has quit [Read error: 110 (Connection timed out)]
slipstream has quit [Read error: 104 (Connection reset by peer)]
slipstream has joined #ocaml
araujo has joined #ocaml
Demitar has quit [Read error: 110 (Connection timed out)]
araujo has quit ["Leaving"]
bluestorm is now known as bluestorm_aw
teyc has quit [Read error: 110 (Connection timed out)]
klapmuetz has quit ["leaving"]
_velco is now known as velco
swater has quit [Read error: 110 (Connection timed out)]
swater has joined #ocaml
bluestorm_aw is now known as bluestorm
bluestorm is now known as bluestorm_aw
Demitar has joined #ocaml
pango has quit ["Leaving"]
pango has joined #ocaml
Skal has joined #ocaml
MrCraps has quit ["Verlassend"]
marc has joined #ocaml
swater has quit ["Quat"]
Jessehk has joined #ocaml
<Jessehk> I'm having problems with Big_int. Any tips? http://paste.lisp.org/submit
<Jessehk> oos, I'm an idiot
<Jessehk> just a second
<bluestorm_aw> hum
<bluestorm_aw> you're looking for the good way to compile that ?
<pango> I think you must link with nums.cma, something like that
<bluestorm_aw> yes
<bluestorm_aw> just add nums.cma
<bluestorm_aw> ocamlc nums.cma big_math.ml ...
<Jessehk> Ah, ok.
<Jessehk> How do I know which modules have to linked manually?
<Jessehk> *I have to
<bluestorm_aw> hum
<bluestorm_aw> everything that isn't in the standard lib
<bluestorm_aw> (that's listed here : http://caml.inria.fr/pub/docs/manual-ocaml/manual034.html )
<bluestorm_aw> these, and Pervasives, the initially opened module (max, int_of_string, and all those non-prefixed functions come from Pervasives), don't need to be linked
<bluestorm_aw> every other module do
ulfdoz_ has quit [SendQ exceeded]
swater has joined #ocaml
<Jessehk> Jessehk: I did a quick google search and found out about the Nums module. That worked :)
Jessehk has left #ocaml []
smimram has quit ["bli"]
swater has quit [Remote closed the connection]
swater has joined #ocaml
ikaros has quit [Read error: 60 (Operation timed out)]