asymptotically has quit [Remote host closed the connection]
carlosdagos has joined #ocaml
ziyourenxiang_ has joined #ocaml
iovec has joined #ocaml
initiumdoeslinux has joined #ocaml
initiumdoeslinux has quit [Ping timeout: 246 seconds]
jao has quit [Ping timeout: 246 seconds]
al-damiri has quit [Quit: Connection closed for inactivity]
fantasticsid has joined #ocaml
fantasticsid has quit [Client Quit]
initiumdoeslinux has joined #ocaml
initiumdoeslinux has quit [Ping timeout: 240 seconds]
sagax has joined #ocaml
silver has quit [Read error: Connection reset by peer]
olle has quit [Ping timeout: 240 seconds]
olle has joined #ocaml
mfp has quit [Ping timeout: 244 seconds]
ziyourenxiang_ has quit [Remote host closed the connection]
initiumdoeslinux has joined #ocaml
ziyourenxiang has joined #ocaml
initiumdoeslinux has quit [Ping timeout: 246 seconds]
initiumdoeslinux has joined #ocaml
initiumdoeslinux has quit [Ping timeout: 240 seconds]
tormen has joined #ocaml
anmonteiro has quit [Remote host closed the connection]
tormen_ has quit [Ping timeout: 268 seconds]
anmonteiro has joined #ocaml
ziyourenxiang has quit [Ping timeout: 244 seconds]
anmonteiro has quit [Ping timeout: 272 seconds]
anmonteiro has joined #ocaml
gravicappa has joined #ocaml
MadcapJake has quit [Quit: MadcapJake]
anmonteiro has quit [Ping timeout: 245 seconds]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
anmonteiro has joined #ocaml
pierpal has quit [Quit: Poof]
pierpal has joined #ocaml
pierpal has quit [Ping timeout: 244 seconds]
anmonteiro has quit [Ping timeout: 245 seconds]
ski has joined #ocaml
JimmyRcom has quit [Ping timeout: 240 seconds]
Spetznaz_ has quit [Ping timeout: 244 seconds]
anmonteiro has joined #ocaml
sgnb has joined #ocaml
anmonteiro has quit [Ping timeout: 246 seconds]
Haudegen has joined #ocaml
carlosdagos has quit [Quit: Connection closed for inactivity]
ziyourenxiang has joined #ocaml
anmonteiro has joined #ocaml
asymptotically has joined #ocaml
pierpal has joined #ocaml
anmonteiro has quit [Ping timeout: 250 seconds]
mfp has joined #ocaml
freyr69 has joined #ocaml
orbifx has joined #ocaml
anmonteiro has joined #ocaml
anmonteiro has quit [Remote host closed the connection]
anmonteiro has joined #ocaml
andreypopp_ is now known as andreypopp
flodin has quit [Read error: Connection reset by peer]
<
freyr69>
Does ocaml's name mangler always omit intermediate module names? i.e. Test.Foo.Bar.f = camlTest__f_42
Birdface has joined #ocaml
jbrown has quit [Remote host closed the connection]
jbrown has joined #ocaml
initiumdoeslinux has joined #ocaml
initiumdoeslinux has quit [Ping timeout: 244 seconds]
jao has joined #ocaml
anmonteiro has quit []
ziyourenxiang has quit [Ping timeout: 250 seconds]
Birdface has quit [Ping timeout: 240 seconds]
silver has joined #ocaml
<
freyr69>
Wow, so there is no way to demangle names?
Haudegen has quit [Remote host closed the connection]
<
def`>
Not that way.
<
def`>
There are some dwarf information available, that should improve in next release.
al-damiri has joined #ocaml
<
octachron>
or in two releases (4.09)
initiumdoeslinux has joined #ocaml
initiumdoeslinux has quit [Ping timeout: 245 seconds]
decentpenguin has joined #ocaml
jbrown has quit [Ping timeout: 252 seconds]
jbrown has joined #ocaml
valtr_ has left #ocaml [#ocaml]
Haudegen has joined #ocaml
breitenj has joined #ocaml
jaar has joined #ocaml
initiumdoeslinux has joined #ocaml
waleee has joined #ocaml
opt8 has joined #ocaml
ziyourenxiang has joined #ocaml
opt8 has quit [Remote host closed the connection]
opt8 has joined #ocaml
opt8 has quit [Client Quit]
opt8 has joined #ocaml
opt8 has quit [Client Quit]
<
companion_cube>
:(
spew has joined #ocaml
JimmyRcom has joined #ocaml
jao has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
opt9 has quit [Quit: leaving]
sagax has quit [Ping timeout: 272 seconds]
opt9 has joined #ocaml
initiumdoeslinux has quit [Ping timeout: 240 seconds]
opt9 is now known as Guest62619
Guest62619 has quit [Client Quit]
opt9_ has joined #ocaml
opt9_ has quit [Client Quit]
opt9_ has joined #ocaml
opt9_ has quit [Client Quit]
aciniglio has joined #ocaml
opt9 has joined #ocaml
status402 has joined #ocaml
freyr69 has quit [Remote host closed the connection]
<
Leonidas>
eh, I should continue on my yojson PR :|
kakadu has left #ocaml ["Konversation terminated!"]
kakadu has joined #ocaml
status402 has quit [Quit: status402]
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 246 seconds]
jao has joined #ocaml
bartholin has joined #ocaml
orbifx has quit [Quit: WeeChat 2.3]
<
wilfredh>
does `function` always represent a top level function definition?
<
wilfredh>
this surprised me -- I was expecting foo to return a function
<
lyxia>
that's a function though...?
<
wilfredh>
OK, that makes sense.
* wilfredh
is still a syntactic newbie
<
jgkamat>
heyy that nick seems familiar :D
ziyourenxiang has quit [Ping timeout: 268 seconds]
waleee has quit [Quit: WeeChat 2.3]
jao has quit [Remote host closed the connection]
cantstanya has joined #ocaml
cantstanya has quit [Quit: WeeChat 2.3]
olle has quit [Ping timeout: 250 seconds]
cantstanya has joined #ocaml
jnavila has joined #ocaml
Haudegen has quit [Remote host closed the connection]
jao has joined #ocaml
Serpent7776 has joined #ocaml
jaar has quit [Ping timeout: 268 seconds]
aciniglio has quit [Ping timeout: 250 seconds]
<
Leonidas>
wilfredh: function is basically just syntactic sugar for `fun x -> match x with`
<
Leonidas>
wilfredh: you don't need the begin/end
<
Leonidas>
wilfredh: also no need for ;;
al-damiri has quit [Quit: Connection closed for inactivity]
ravenousmoose has joined #ocaml
ravenousmoose has quit [Quit: Bye Bye ~]
olle has joined #ocaml
kakadu_ has joined #ocaml
ravenousmoose has joined #ocaml
gravicappa has quit [Ping timeout: 240 seconds]
ravenousmoose has quit [Quit: Bye Bye ~]
ravenousmoose has joined #ocaml
kakadu__ has joined #ocaml
kakadu_ has quit [Ping timeout: 240 seconds]
iovec has quit [Quit: Connection closed for inactivity]
decentpenguin has quit [Quit: WeeChat 2.3]
orbifx has joined #ocaml
ravenousmoose has quit [Quit: Taking a quick nap...ZZzzz]
tane has joined #ocaml
Spetznaz_ has joined #ocaml
zmt00 has quit [Read error: Connection reset by peer]
zmt00 has joined #ocaml
initiumdoeslinux has joined #ocaml
bartholin has quit [Remote host closed the connection]
initiumdoeslinux has quit [Ping timeout: 268 seconds]
Anarchos has joined #ocaml
jnavila has quit [Ping timeout: 252 seconds]
Serpent7776 has quit [Quit: leaving]
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
kvda has joined #ocaml
jbrown has quit [Ping timeout: 252 seconds]
kakadu__ has quit [Remote host closed the connection]
jbrown has joined #ocaml
carlosdagos has joined #ocaml
tane has quit [Quit: Leaving]
_whitelogger has joined #ocaml
orbifx has quit [Ping timeout: 268 seconds]