jpds1 has quit [Remote host closed the connection]
jpds1 has joined #ocaml
geoffder has quit [Quit: Client closed]
perrierjouet has quit [Ping timeout: 265 seconds]
perrierjouet has joined #ocaml
olle has joined #ocaml
olle has quit [Ping timeout: 265 seconds]
bartholin has joined #ocaml
orbifx has joined #ocaml
bobo_ has joined #ocaml
trev has joined #ocaml
spip has quit [Ping timeout: 265 seconds]
qwr has quit [Ping timeout: 268 seconds]
qwr has joined #ocaml
faultline has joined #ocaml
Dimonax has quit [Quit: Leaving]
faultline has quit [Remote host closed the connection]
sagax has joined #ocaml
olle has joined #ocaml
orbifx has quit [Read error: Connection reset by peer]
orbifx1 has joined #ocaml
orbifx1 is now known as orbifx
trev has quit [Remote host closed the connection]
wingsorc__ has quit [Ping timeout: 252 seconds]
waleee has joined #ocaml
jpds1 has quit [Ping timeout: 258 seconds]
jpds1 has joined #ocaml
<Leonidas>
Is there a version of `Fmt.pf ppf "%a" combinator value` where the "%a" can be left out? I just want to format the `value` using `combinator` into `ppf`.
<reynir>
`combinator ppf value` I think
<Leonidas>
reynir: oh cool, that works indeed :D
<reynir>
:)
<reynir>
(I learned this myself only recently heh)
<Leonidas>
Turns out the codebase I'm looking at already does that in some places, I could've learned this by looking at the source code.