adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.09 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.09/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
Haudegen has quit [Ping timeout: 258 seconds]
dreadedfrog has joined #ocaml
dreadedfrog has quit [Ping timeout: 240 seconds]
oni_on_ion has joined #ocaml
oni-on-ion has quit [Ping timeout: 248 seconds]
twopoint718 has joined #ocaml
Hypertables has joined #ocaml
<Hypertables> how do I get this to work? type 'a 'b my_pair = My_Pair of 'a * 'b ;;
smazga has quit [Ping timeout: 258 seconds]
oni_on_ion has quit [Ping timeout: 260 seconds]
oni-on-ion has joined #ocaml
twopoint718 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
reynir has quit [Ping timeout: 245 seconds]
reynir has joined #ocaml
reynir has quit [Ping timeout: 268 seconds]
dborisog_ has joined #ocaml
smazga has joined #ocaml
reynir has joined #ocaml
smazga has quit [Ping timeout: 240 seconds]
mbuf has joined #ocaml
tormen_ has joined #ocaml
mahmudov has quit [Ping timeout: 265 seconds]
tormen has quit [Ping timeout: 268 seconds]
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
keep_learning has joined #ocaml
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
delysin has quit [Quit: WeeChat 2.7]
delysin has joined #ocaml
mfp has quit [Ping timeout: 260 seconds]
dborisog_ has quit [Ping timeout: 268 seconds]
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
jao has quit [Ping timeout: 265 seconds]
oni_on_ion has joined #ocaml
oni-on-ion has quit [Ping timeout: 248 seconds]
oni_on_ion is now known as oni-on-ion
smazga has joined #ocaml
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
smazga has quit [Ping timeout: 240 seconds]
tizoc has quit [Quit: Coyote finally caught me]
tizoc has joined #ocaml
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
gravicappa has joined #ocaml
narimiran has joined #ocaml
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
mbuf has quit [Remote host closed the connection]
mbuf has joined #ocaml
cartwright has joined #ocaml
cantstanya has quit [Ping timeout: 240 seconds]
narimiran has quit [Quit: leaving]
narimiran has joined #ocaml
<reynir> Hypertables: type ('a, 'b) my_pair = My_pair of 'a * 'b
mbuf has quit [Quit: Leaving]
Serpent7776 has joined #ocaml
Haudegen has joined #ocaml
dborisog_ has joined #ocaml
brettgilio has quit [Ping timeout: 246 seconds]
wingsorc has quit [Ping timeout: 248 seconds]
Haudegen has quit [Quit: Bin weg.]
Haudegen has joined #ocaml
philtor has quit [Ping timeout: 260 seconds]
philtor has joined #ocaml
bartholin has quit [Quit: Leaving]
valtr has quit [Changing host]
valtr has joined #ocaml
mfp has joined #ocaml
oni-on-ion has quit [Remote host closed the connection]
dhil has joined #ocaml
bartholin has joined #ocaml
dborisog_ has quit [Quit: Leaving]
dborisog has joined #ocaml
<sarna> is there any project that adds search to ocamldoc-generated docs? it's so painful to click around so much
Haudegen has quit [Quit: Bin weg.]
<dborisog> sarna: you can use site:thedocsite as a part of google search string
<sarna> dborisog: nice, thanks :)
ggole has joined #ocaml
<sarna> good thing it works in ddg too
Hypertables has quit [Remote host closed the connection]
smazga has joined #ocaml
smazga has quit [Ping timeout: 260 seconds]
Serpent7776 has quit [Remote host closed the connection]
Serpent7776 has joined #ocaml
Haudegen has joined #ocaml
jao has joined #ocaml
jao has quit [Changing host]
jao has joined #ocaml
g0d_shatter has joined #ocaml
ygrek has joined #ocaml
sagax has quit [Ping timeout: 268 seconds]
sagax has joined #ocaml
gravicappa has quit [Ping timeout: 265 seconds]
FreeBirdLjj has joined #ocaml
dhil has quit [Ping timeout: 248 seconds]
dhil has joined #ocaml
mbuf has joined #ocaml
<mbuf> The OCaml build is designed to run ./configure from the top-level directory only? I cannot create a build/ directory and run configure relatively?
<octachron> Indeed
<mbuf> Okay
gravicappa has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 260 seconds]
gareppa has joined #ocaml
rosterok has joined #ocaml
smazga has joined #ocaml
Serpent7776 has quit [Quit: Leaving]
mbuf has quit [Quit: Leaving]
ziyourenxiang has quit [Ping timeout: 240 seconds]
gareppa has quit [Quit: Leaving]
haskell_enthusia has quit [Remote host closed the connection]
Haudegen has quit [Quit: Bin weg.]
nullifidian_ has joined #ocaml
stux|RC-only has quit [Read error: Connection reset by peer]
nullifidian has quit [Read error: Connection reset by peer]
stux|RC-only has joined #ocaml
ggole has quit [Quit: Leaving]
tane has joined #ocaml
Haudegen has joined #ocaml
<kvik> got a dumb and kinda useless question :)
<kvik> is it possible to generate a list of or otherwise iterate over each variant of a variant type like Unix.error?
<kvik> say i'd like to run Unix.error_message on each Unix.E* without explicitly enumerating them
<kvik> i don't have a problem to solve with this, just wondering :)
<Armael> no, not directly possible
Serpent7776 has joined #ocaml
<kvik> Armael: right, i figured
nicoo has quit [Remote host closed the connection]
nicoo has joined #ocaml
oni-on-ion has joined #ocaml
jnavila has joined #ocaml
rosterok has quit [Quit: Connection closed for inactivity]
g0d_shatter has quit [Quit: Leaving]
madroach_ has quit [Ping timeout: 264 seconds]
madroach has joined #ocaml
wingsorc has joined #ocaml
dborisog has quit [Ping timeout: 258 seconds]
Leonidas has quit [Ping timeout: 240 seconds]
Leonidas has joined #ocaml
jnavila has quit [Ping timeout: 252 seconds]
madroach has quit [Ping timeout: 264 seconds]
madroach has joined #ocaml
madroach has quit [Read error: Connection reset by peer]
nore has quit [Ping timeout: 268 seconds]
nore has joined #ocaml
madroach has joined #ocaml
brettgilio has joined #ocaml
madroach has quit [Read error: Connection reset by peer]
jnavila has joined #ocaml
madroach has joined #ocaml
<companion_cube> vbmithr: using a small bench, msgpck seems slightly faster than cbor ;)
dhil has quit [Ping timeout: 248 seconds]
sagax has quit [Ping timeout: 265 seconds]
mahmudov has joined #ocaml
brettgilio has quit [Ping timeout: 268 seconds]
crowley95 has quit [Ping timeout: 268 seconds]
sagax has joined #ocaml
TheLemonMan has joined #ocaml
sagax has quit [Ping timeout: 240 seconds]
gravicappa has quit [Ping timeout: 240 seconds]
dmiles has quit [Ping timeout: 260 seconds]
narimiran has quit [Ping timeout: 240 seconds]
cartwright has quit [Ping timeout: 240 seconds]
dmiles has joined #ocaml
nicoo has quit [Ping timeout: 240 seconds]
Hrundi_V_Bakshi has joined #ocaml
cartwright has joined #ocaml
nicoo has joined #ocaml
sagax has joined #ocaml
jnavila has quit [Remote host closed the connection]
ygrek has quit [Remote host closed the connection]
ygrek has joined #ocaml
Serpent7776 has quit [Quit: leaving]
ygrek_ has joined #ocaml
ygrek has quit [Remote host closed the connection]
ygrek_ has quit [Ping timeout: 260 seconds]
tane has quit [Quit: Leaving]
Hrundi_V_Bakshi_ has joined #ocaml
tsuyoshi_ has quit [Quit: bye]
Hrundi_V_Bakshi_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
Hrundi_V_Bakshi has quit [Ping timeout: 258 seconds]
Haudegen has quit [Ping timeout: 240 seconds]
<wingsorc> Does anyone know what happened to ocaml-core heap? The link to the Heap data structure 404d (https://opensource.janestreet.com/core/ -> click Heap). v0.13 seems to have removed it. The changelog doesn't say anything about it.