Leonidas changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.1.1 released: https://ocaml.org/releases/5.1.1 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
Tuplanolla has quit [Quit: Leaving.]
rwmjones has quit [Ping timeout: 255 seconds]
rwmjones has joined #ocaml
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mima has quit [Ping timeout: 260 seconds]
rwmjones has quit [Ping timeout: 272 seconds]
rwmjones has joined #ocaml
rwmjones has quit [Ping timeout: 255 seconds]
rwmjones has joined #ocaml
rwmjones has quit [Ping timeout: 255 seconds]
rwmjones has joined #ocaml
jabuxas has joined #ocaml
<discocaml> <functionalprogramming> ah i see, i forgot to look in containers data
<discocaml> <functionalprogramming> thanks
torretto_ has quit [Remote host closed the connection]
torretto has joined #ocaml
waleee has quit [Ping timeout: 272 seconds]
jabuxas has quit [Ping timeout: 260 seconds]
gwizon has quit [Quit: leaving]
torretto has quit [Read error: Connection reset by peer]
torretto has joined #ocaml
Serpent7776 has joined #ocaml
bartholin has joined #ocaml
Serpent7776 has quit [Ping timeout: 246 seconds]
Serpent7776 has joined #ocaml
bartholin has quit [Quit: Leaving]
mima has joined #ocaml
mbuf has joined #ocaml
mima has quit [Ping timeout: 260 seconds]
mima has joined #ocaml
dnh has joined #ocaml
Anarchos has joined #ocaml
Anarchos has quit [Ping timeout: 252 seconds]
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Anarchos has joined #ocaml
dnh has joined #ocaml
Anarchos has quit [Ping timeout: 264 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
boozec has joined #ocaml
alexherbo2 has joined #ocaml
a51 has quit [Quit: WeeChat 4.2.1]
jabuxas has joined #ocaml
a51 has joined #ocaml
Anarchos has joined #ocaml
boozec has quit [Ping timeout: 246 seconds]
neiluj has joined #ocaml
<neiluj> hey! getting an error missing dependency - ocaml = 4.14.1
<neiluj> no clue what is wrong here, do you have an idea?
<Anarchos> neiluj i encounter same recently
<Anarchos> some times it is hardwired in the opam files
<neiluj> what was your fix?
<Anarchos> not used this package.
<Anarchos> or change the opam file
<neiluj> thanks, which package?
<Anarchos> ppxlib
<neiluj> 👌
a51 has quit [Quit: WeeChat 4.2.1]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
<neiluj> turns out I named the project "ocaml", hence the package clash :)
neiluj has quit [Quit: WeeChat 4.2.1]
waleee has joined #ocaml
Anarchos has joined #ocaml
alexherbo2 has quit [Ping timeout: 250 seconds]
jabuxas has quit [Ping timeout: 268 seconds]
mbuf has quit [Quit: Leaving]
tremon has joined #ocaml
a51 has joined #ocaml
jabuxas has joined #ocaml
bartholin has joined #ocaml
<discocaml> <lukstafi> I find myself using `@@` a lot, although it's one extra character compared to using parentheses.
dnh has quit [Ping timeout: 240 seconds]
dnh has joined #ocaml
<Anarchos> lukstafi @@ versus () ? both are 2 characters...
<discocaml> <lukstafi> `foo @@ bar x` vs. `foo (bar x)`
jabuxas has quit [Ping timeout: 255 seconds]
<Anarchos> lukstafi ah you mean the extra spaces.
dhil has joined #ocaml
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #ocaml
Anarchos has quit [Ping timeout: 268 seconds]
pi3ce has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<discocaml> <deepspacejohn> ocamlformat also indents @@ vs () differently, at least by default, which may look nicer in certain situations.
ania123 has joined #ocaml
<ania123> let rec fold_right f = function
<ania123> [] -> fun b -> b
<ania123> | x::xs -> fun b -> f x (fold_right f xs b)
<ania123> I was expecting this call: fold_right (+) [] 3;;
<ania123> tu return fun b -> b
Serpent7776 has quit [Ping timeout: 256 seconds]
Anarchos has joined #ocaml
<discocaml> <Et7f3 (@me on reply)> Happy to see libguestfs use OCaml 🙂 those beautiful stacktrace I recognize.
Anarchos has quit [Client Quit]
<discocaml> <lukstafi> If I'm not mistaken, this is a blog of the author: https://rwmj.wordpress.com/
bartholin has quit [Quit: Leaving]
dhil has quit [Ping timeout: 240 seconds]
ania123 has quit [Quit: Client closed]
a51 has quit [Quit: WeeChat 4.2.1]
Anarchos has joined #ocaml
Anarchos has quit [Quit: Vision[]: i've been blurred!]