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
Nahra_ has quit [Ping timeout: 250 seconds]
spew has quit [Quit: Connection closed for inactivity]
smazga has quit [Quit: leaving]
rotucer has quit [Read error: Connection reset by peer]
rotucer has joined #ocaml
brettgilio has quit [Ping timeout: 250 seconds]
parcs has quit [Remote host closed the connection]
parcs has joined #ocaml
kleisli has quit [Quit: Leaving]
theblatte has quit [Ping timeout: 265 seconds]
theblatte has joined #ocaml
iovec has quit [Quit: Connection closed for inactivity]
vicfred has joined #ocaml
mfp has quit [Ping timeout: 240 seconds]
andreas303 has quit [Remote host closed the connection]
andreas303 has joined #ocaml
tormen_ has joined #ocaml
tormen has quit [Ping timeout: 240 seconds]
narimiran has joined #ocaml
williewillus has joined #ocaml
<williewillus> hello, it's the AOC ocaml person again, again working on day7. can someone explain the error here and how I can resolve it? the goal is to continually deque elements from the mvar until last_machine_prom resolves, then return the result
<williewillus> but getting a type error https://imgur.com/1bgAqjY
ygrek__ has joined #ocaml
<companion_cube> you probably need parens around `v::acc` in the recursive call
<williewillus> ah, thanks! forgot that :: is weaker binding
<companion_cube> :)
c4rc4s has quit [Remote host closed the connection]
c4rc4s has joined #ocaml
williewillus has quit [Remote host closed the connection]
vicfred has quit [Quit: Leaving]
c4rc4s has quit [Quit: Adios]
oni-on-ion has quit [Remote host closed the connection]
oni-on-ion has joined #ocaml
dborisog has joined #ocaml
_whitelogger has joined #ocaml
jao has quit [Ping timeout: 240 seconds]
Nahra has joined #ocaml
wagle has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
wagle has joined #ocaml
Haudegen has joined #ocaml
Serpent7776 has joined #ocaml
sarna has quit [Ping timeout: 246 seconds]
webshinra has quit [Remote host closed the connection]
sarna has joined #ocaml
<prsafont[m]> might want to redo my machine with Lwt just to practice, I'm using result exclusively for the time being
barockobamo has joined #ocaml
bartholin has quit [Remote host closed the connection]
free_beard has joined #ocaml
Nahra has quit [Quit: leaving]
ihavelotsoffries has joined #ocaml
ihavelotsoffries has quit [Changing host]
ihavelotsoffries has joined #ocaml
ihavelotsoffries has joined #ocaml
Nahra has joined #ocaml
Nahra has quit [Client Quit]
Nahra has joined #ocaml
Nahra has quit [Changing host]
Nahra has joined #ocaml
Nahra has quit [Client Quit]
mfp has joined #ocaml
Nahra has joined #ocaml
Nahra has quit [Client Quit]
silver has joined #ocaml
Nahra has joined #ocaml
rotucer has quit [Ping timeout: 276 seconds]
ygrek__ has quit [Ping timeout: 252 seconds]
<narimiran> currently i have something like `let foo = ... |> ... |> ... in (fn1 foo, fn2 foo)`. is there a way to make this final tuple "pipe-able" so i can do something like `.... |> .... |> (fn1, fn2)`?
<theblatte> `... |> fun foo -> (fn1 foo, fn2 foo)`?
<theblatte> narimiran: ^
<narimiran> theblatte: hah, yep, that's it. now i'm embarrassed :)
<theblatte> :)
ihavelotsoffries has quit [Ping timeout: 265 seconds]
rotucer has joined #ocaml
rotucer has quit [Ping timeout: 268 seconds]
seliopou has quit [Ping timeout: 268 seconds]
h11 has joined #ocaml
ggole has joined #ocaml
andreas303 has quit [Ping timeout: 260 seconds]
alfonsox has joined #ocaml
andreas303 has joined #ocaml
seliopou has joined #ocaml
alfonsox has quit [Remote host closed the connection]
barockobamo2 has joined #ocaml
jao has joined #ocaml
barockobamo has quit [Ping timeout: 265 seconds]
Haudegen has quit [Quit: Bin weg.]
Nahra has quit [Ping timeout: 240 seconds]
brettgilio has joined #ocaml
brettgilio has quit [Ping timeout: 245 seconds]
<Nikkel> I'm using Eliom_notif to send state from the Eliom server to the Eliom client
<Nikkel> It's sending Update of Entry.t list
<Nikkel> However, if it sends an empty list, then the entire thing breaks and the client application stops updating
barockobamo2 has quit [Remote host closed the connection]
Haudegen has joined #ocaml
jao has quit [Ping timeout: 276 seconds]
rotucer has joined #ocaml
spew has joined #ocaml
dborisog has quit [Ping timeout: 252 seconds]
ziyourenxiang has quit [Ping timeout: 252 seconds]
Nahra has joined #ocaml
jao has joined #ocaml
sagax has quit [Quit: Konversation terminated!]
rotucer has quit [Ping timeout: 265 seconds]
lopex has quit []
kalio has quit [Ping timeout: 265 seconds]
lopex has joined #ocaml
kalio has joined #ocaml
vicfred has joined #ocaml
jao has quit [Ping timeout: 240 seconds]
Serpent7776 has quit [Quit: Leaving]
h11 has quit [Remote host closed the connection]
kalio has quit [Ping timeout: 268 seconds]
JSharp has quit []
JSharp has joined #ocaml
smazga has joined #ocaml
kalio has joined #ocaml
free_beard has quit [Remote host closed the connection]
ggole has quit [Quit: Leaving]
stephe has quit []
stephe has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
mfp has quit [Ping timeout: 252 seconds]
barockobamo has joined #ocaml
rfv has quit []
rfv has joined #ocaml
j14159 has quit []
j14159 has joined #ocaml
<cemerick> can someone point me towards how to get ounit to run all tests in-process (i.e. not spawn multiple other processes for each test)? Those child processes aren't included in profiling results.
chewbranca has quit []
chewbranca has joined #ocaml
<cemerick> ech, ok, I found `sequential_runner`, now to figure out where specify that as a desired default
andreas303 has quit [Ping timeout: 260 seconds]
andreas303 has joined #ocaml
narimiran has quit [Ping timeout: 240 seconds]
barockobamo has quit [Remote host closed the connection]
mfp has joined #ocaml
jao has joined #ocaml
andrewlitteken has joined #ocaml
sagax has joined #ocaml
bartholin has joined #ocaml
andrewlitteken has quit []
Haudegen has joined #ocaml
oni-on-ion has quit [Ping timeout: 268 seconds]
TC01 has quit [Ping timeout: 240 seconds]
TC01 has joined #ocaml
tane has joined #ocaml
kakadu_ has joined #ocaml
andreas303 has quit [Remote host closed the connection]
andreas303 has joined #ocaml
jnavila has joined #ocaml
mfp has quit [Ping timeout: 240 seconds]
kalio has quit [Ping timeout: 246 seconds]
jao has quit [Ping timeout: 246 seconds]
Cypi has quit [Ping timeout: 265 seconds]
Cypi has joined #ocaml
kalio has joined #ocaml
unyu has quit [Ping timeout: 246 seconds]
<dmbaturin> That cross stuff is... unearable. ;)
<dmbaturin> I'm pretty close to making it useful for myself though.
jao has joined #ocaml
jnavila has quit [Ping timeout: 252 seconds]
narimiran has joined #ocaml
jnavila has joined #ocaml
oni-on-ion has joined #ocaml
tane has quit [Quit: Leaving]
jnavila has quit [Ping timeout: 246 seconds]
gravicappa has quit [Ping timeout: 246 seconds]
kakadu_ has quit [Remote host closed the connection]
narimiran has quit [Quit: leaving]
slice has joined #ocaml
slice has quit [Quit: cya]
slice has joined #ocaml
Nahra has quit [Ping timeout: 268 seconds]
Nahra has joined #ocaml
Nahra has quit [Ping timeout: 268 seconds]
Nahra has joined #ocaml
unyu has joined #ocaml
ziyourenxiang has joined #ocaml
Haudegen has quit [Ping timeout: 252 seconds]
smazga has quit [Quit: leaving]