<Drup>
mlly: Ah. I couldn't answer you yesterday: No, I'm not sedlex's maintaner, and I don't really have time to dedicate to it, sorry :/
<mlly>
nvm
mlly has quit [Ping timeout: 260 seconds]
<cheater>
hey guys
<cheater>
is there a way to not write let .. in on every line?
<cheater>
i have files where that's like 80% of the lines.
<octachron>
cheater, I fear that I fail to see why this is a problem?... Nevertheless, There are some tricks to chain computations in some cases that avoid rebinding the same name again and again.
cheater has quit [Read error: Connection reset by peer]
nomicflux has joined #ocaml
struk|desk has quit [Quit: Konversation terminated!]
octachron has quit [Quit: Leaving]
silver_ is now known as silver
mfp has joined #ocaml
cdidd has quit [Remote host closed the connection]
jmiven has quit [Quit: co'o]
jmiven has joined #ocaml
jbrown has quit [Ping timeout: 250 seconds]
fraggle_ has quit [Ping timeout: 260 seconds]
Madars has quit [Ping timeout: 260 seconds]
Madars has joined #ocaml
fraggle_ has joined #ocaml
shon has joined #ocaml
wu_ng has joined #ocaml
cdidd has joined #ocaml
silver has quit [Read error: Connection reset by peer]
jbrown has joined #ocaml
jfntn has joined #ocaml
shon has quit [Read error: Connection reset by peer]
wu_ng has quit [Remote host closed the connection]
pierpa has quit [Ping timeout: 268 seconds]
shon_ has joined #ocaml
shon_ has quit [Remote host closed the connection]
hunteriam has joined #ocaml
bitbckt has quit [K-Lined]
bitbckt has joined #ocaml
bitbckt has joined #ocaml
bitbckt has quit [Changing host]
ygrek has quit [Ping timeout: 244 seconds]
mfp has quit [Ping timeout: 245 seconds]
malina has quit [Quit: Throwing apples of Montserrat]
jfntn has quit [Ping timeout: 250 seconds]
erider has joined #ocaml
erider has quit [Remote host closed the connection]
erider has joined #ocaml
erider has quit [Remote host closed the connection]
jfntn has joined #ocaml
sfri has quit [Write error: Broken pipe]
sfri has joined #ocaml
na9da[m] has quit [Read error: Connection reset by peer]
M-jimt has quit [Read error: Connection reset by peer]
M-ErkkiSeppl has quit [Read error: Connection reset by peer]
srenatus[m] has quit [Read error: Connection reset by peer]
timclassic has quit [Remote host closed the connection]
Bluddy[m] has quit [Read error: Connection reset by peer]
barkmadley[m] has quit [Read error: Connection reset by peer]
M-martinklepsch has quit [Write error: Connection reset by peer]
diamaths[m] has quit [Read error: Connection reset by peer]
lpw25[m] has quit [Remote host closed the connection]
M-Illandan has quit [Write error: Connection reset by peer]
dfeldman[m] has quit [Read error: Connection reset by peer]
Guest23668[m] has quit [Read error: Connection reset by peer]
regnat[m] has quit [Read error: Connection reset by peer]
aspiwack[m] has quit [Read error: Connection reset by peer]
M-pesterhazy has quit [Write error: Connection reset by peer]
XC[m] has quit [Read error: Connection reset by peer]
regnt[m] has quit [Write error: Connection reset by peer]
matth[m] has quit [Write error: Connection reset by peer]
<zozozo>
yup, your 'helper' function iterates across the chars in the string, which is not what you want
<ocaml696>
That is what I want.
<zozozo>
you want to apply the function to the first char, then *get the return value of the function*, and pass it to the next call of the function (on the second, char), and so on...
<ocaml696>
Oh
<zozozo>
this is what is called a fold
<zozozo>
side note: if you really want to iter, then you'd have to use side-effects to change in-place the value of your multiset)
<ocaml696>
fold insert "test" 0;; Like that ?
lucasem has joined #ocaml
nomicflux has joined #ocaml
zpe has joined #ocaml
struktured has quit [Ping timeout: 250 seconds]
nomicflux has quit [Quit: nomicflux]
malina has quit [Ping timeout: 268 seconds]
marsam has joined #ocaml
tristero has quit [Quit: WeeChat 1.6]
tristero has joined #ocaml
struktured has joined #ocaml
TarVanimelde has quit [Quit: TarVanimelde]
malina has joined #ocaml
Sim_n has joined #ocaml
MercurialAlchemi has joined #ocaml
rand__ has joined #ocaml
silver has joined #ocaml
petroav has joined #ocaml
maattdd has joined #ocaml
FreeBirdLjj has joined #ocaml
maattdd has quit [Ping timeout: 260 seconds]
FreeBirdLjj has quit [Ping timeout: 244 seconds]
shinnya has quit [Ping timeout: 250 seconds]
maattdd has joined #ocaml
complain_ has left #ocaml [#ocaml]
petroav has quit [Ping timeout: 246 seconds]
petroav has joined #ocaml
maattdd has quit [Ping timeout: 244 seconds]
petroav has quit [Ping timeout: 246 seconds]
gregoire has quit [Ping timeout: 268 seconds]
gjaldon has quit []
FreeBirdLjj has joined #ocaml
petroav has joined #ocaml
zpe has quit [Remote host closed the connection]
zpe has joined #ocaml
zpe has quit [Read error: Connection reset by peer]
zpe has joined #ocaml
zpe has quit [Ping timeout: 268 seconds]
petroav has quit [Ping timeout: 246 seconds]
marsam has quit [Read error: Connection reset by peer]
demonimin has quit [Remote host closed the connection]
ocaml696 has quit [Ping timeout: 260 seconds]
jnavila has quit [Ping timeout: 256 seconds]
maattdd has joined #ocaml
demonimin has joined #ocaml
demonimin has quit [Changing host]
demonimin has joined #ocaml
sh0t has joined #ocaml
gregoire has joined #ocaml
maattdd has quit [Ping timeout: 268 seconds]
jnavila has joined #ocaml
lucasem has quit [Quit: Connection closed for inactivity]
jnavila has quit [Ping timeout: 260 seconds]
struktured has quit [Ping timeout: 260 seconds]
freusque has joined #ocaml
<andreypopp>
Can someone help me to debug a linking issue?