<companion_cube>
it requires a lot of time and ram to compile though
keep_learning has quit [Client Quit]
keep_learning has joined #ocaml
hdon has joined #ocaml
hdon has quit [Ping timeout: 245 seconds]
FreeBirdLjj has quit [Ping timeout: 248 seconds]
FreeBirdLjj has joined #ocaml
ziyourenxiang has joined #ocaml
moei has quit [Quit: Leaving...]
zlsyx has quit [Quit: Leaving...]
jnavila has joined #ocaml
hdon has joined #ocaml
lostman has joined #ocaml
hdon has quit [Ping timeout: 256 seconds]
dtornabene has quit [Remote host closed the connection]
dtornabene has joined #ocaml
jnavila has quit [Ping timeout: 240 seconds]
gonz_ has joined #ocaml
jnavila has joined #ocaml
keep_learning is now known as keep_away
larhat has joined #ocaml
inr has quit [Quit: WeeChat 2.1]
shinnya has quit [Ping timeout: 252 seconds]
moei has joined #ocaml
dtornabene has quit [Quit: Leaving]
kakadu has joined #ocaml
jnavila has quit [Ping timeout: 256 seconds]
freusque has joined #ocaml
mk9 has joined #ocaml
Haudegen has joined #ocaml
zolk3ri has joined #ocaml
mfp has joined #ocaml
argent_smith1 has joined #ocaml
argent_smith has quit [Ping timeout: 240 seconds]
argent_smith2 has joined #ocaml
argent_smith3 has joined #ocaml
argent_smith1 has quit [Ping timeout: 256 seconds]
argent_smith2 has quit [Ping timeout: 240 seconds]
kakadu has quit [Remote host closed the connection]
larhat has quit [Quit: Leaving.]
h11 has quit [Ping timeout: 256 seconds]
govg has joined #ocaml
sz0 has quit [Quit: Connection closed for inactivity]
inr has joined #ocaml
shinnya has joined #ocaml
jmiven has quit [Quit: co'o]
jmiven has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 256 seconds]
FreeBirdLjj has joined #ocaml
jack5638 has quit [Ping timeout: 240 seconds]
jack5638 has joined #ocaml
troydm has quit [Ping timeout: 268 seconds]
pierpal has quit [Read error: Connection reset by peer]
troydm has joined #ocaml
pierpal has joined #ocaml
pierpal has quit [Ping timeout: 240 seconds]
troydm has quit [Ping timeout: 276 seconds]
pierpal has joined #ocaml
troydm has joined #ocaml
exarkun has quit [Read error: Connection reset by peer]
troydm has quit [Ping timeout: 264 seconds]
spew has joined #ocaml
<discord2>
<loxs> what's the proper type signature for the return of a function that only raises an exception?
<Drup>
'a
<octachron>
or 'any_free_type_variable
<discord2>
<loxs> thanks
exarkun has joined #ocaml
troydm has joined #ocaml
nicoo has quit [Remote host closed the connection]
nicoo has joined #ocaml
neatonk has joined #ocaml
neatonk has quit [Ping timeout: 264 seconds]
shinnya has quit [Ping timeout: 256 seconds]
pierpal has quit [Quit: Poof]
pierpal has joined #ocaml
sh0t has joined #ocaml
nahra has quit [Remote host closed the connection]
nahra has joined #ocaml
nahra has quit [Remote host closed the connection]
mk9 has quit [Quit: mk9]
neatonk has joined #ocaml
mk9 has joined #ocaml
lostman has quit [Quit: Connection closed for inactivity]
<discord2>
<loxs> which package of jane street provides [@@deriving hash]?
mk9 has quit [Quit: mk9]
jnavila has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
jnavila has quit [Ping timeout: 240 seconds]
jnavila has joined #ocaml
ziyourenxiang has quit [Ping timeout: 245 seconds]
ctrlsbstr has joined #ocaml
<lyxia>
Is there a standard module that contains int and string, so that they can be referred to qualified?
ctrlsbstr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
FreeBirdLjj has joined #ocaml
<Drup>
CCInt.t and CCString.t ? :)
<Drup>
Actually, String.t
<Drup>
But there is no Int.t
<steenuil>
doesn't look like string and int are defined anywhere in the standard library
<Drup>
they are builtin in the initial typechecking environment
<steenuil>
yeah
<lyxia>
Thanks!
ctrlsbstr has joined #ocaml
ctrlsbstr has quit [Client Quit]
FreeBirdLjj has quit [Ping timeout: 245 seconds]
FreeBirdLjj has joined #ocaml
spew has quit [Quit: Leaving]
mk9 has joined #ocaml
tarptaeya has quit [Quit: Konversation terminated!]
jnavila has quit [Ping timeout: 256 seconds]
Guest84083 is now known as tg
tg is now known as Guest57846
Guest57846 has quit [Quit: Leaving]
tg` has joined #ocaml
govg has quit [Ping timeout: 264 seconds]
mk9 has quit [Quit: mk9]
pierpal has quit [Quit: Poof]
pierpal has joined #ocaml
larhat has joined #ocaml
jnavila has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
mk9 has joined #ocaml
mk9 has quit [Client Quit]
mk9 has joined #ocaml
mk9 has quit [Client Quit]
mk9 has joined #ocaml
mk9 has quit [Client Quit]
Haudegen has quit [Remote host closed the connection]
tg` is now known as tg
groovy2shoes has joined #ocaml
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #ocaml
pierpal has quit [Read error: Connection reset by peer]
Bozghurt[m] has left #ocaml ["User left"]
kakadu has joined #ocaml
Haudegen has joined #ocaml
pierpal has joined #ocaml
pierpal has quit [Ping timeout: 268 seconds]
jnavila has quit [Quit: Konversation terminated!]
mk9 has joined #ocaml
mk9 has quit [Quit: mk9]
spew has joined #ocaml
pierpa has joined #ocaml
<discord2>
<Perry> Are there any call graph generators for OCaml? I want to get some idea (looking at a strange codebase) of which parts use which other parts.
<discord2>
<Perry> It doesn't have to be fancy, I'm just looking for an overview.
spew has quit [Ping timeout: 248 seconds]
ChristopheT has joined #ocaml
<dmbaturin>
I can't remember if I've seen any.
JimmyRcom_ has joined #ocaml
shinnya has joined #ocaml
<Drup>
Perry: technically, ocamlbuild has one
<Drup>
there is a library that is fairly complete, but I don't remember the name