adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.07.1 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.07/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml | Due to ongoing spam, you must register your nickname to talk on the channel
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #ocaml
AnAverageHuman has quit [Ping timeout: 256 seconds]
keep_learning_M has joined #ocaml
kakadu has quit [Remote host closed the connection]
AtumT has quit [Quit: AtumT]
jao has quit [Remote host closed the connection]
ygrek has joined #ocaml
jao has joined #ocaml
silver has quit [Read error: Connection reset by peer]
KeyJoo has joined #ocaml
ski has quit [Ping timeout: 250 seconds]
jao has quit [Ping timeout: 255 seconds]
mfp has quit [Ping timeout: 246 seconds]
ski has joined #ocaml
KeyJoo has quit [Ping timeout: 245 seconds]
AnAverageHuman has joined #ocaml
amiloradovsky has quit [Ping timeout: 246 seconds]
tormen has joined #ocaml
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tormen_ has quit [Ping timeout: 255 seconds]
caltelt_ has joined #ocaml
gravicappa has joined #ocaml
_whitelogger has joined #ocaml
AnAverageHuman has quit [Ping timeout: 256 seconds]
Birdface has joined #ocaml
kvda has joined #ocaml
sonologico has quit [Remote host closed the connection]
caltelt_ has quit [Ping timeout: 245 seconds]
Keodedad has joined #ocaml
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gravicappa has quit [Ping timeout: 245 seconds]
freyr69 has joined #ocaml
jao has joined #ocaml
zolk3ri has joined #ocaml
al-damiri has quit [Quit: Connection closed for inactivity]
Keodedad has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jao has quit [Ping timeout: 246 seconds]
bartholin has joined #ocaml
Guest93649 has joined #ocaml
Keodedad has joined #ocaml
<Leonidas> rwmjones: annexia.org is down, is that expected? :(
Guest93649 has quit [Remote host closed the connection]
<rwmjones> Leonidas: umm it's been down for about 10 years :-/
<Leonidas> a pity. Every two years I plan to take a look at jonesforth only for it to swap out of my mind after some weeks.
<AxiomaticEspress> is anyone using `dune utop --watch` command? It doesn't seem to work or maybe I'm missing something
gravicappa has joined #ocaml
<rwmjones> Leonidas: that's here: http://git.annexia.org/?p=jonesforth.git;a=summary
<rwmjones> (that is working for me, is it not working for you?)
<Leonidas> yep, that works (also there are plenty github mirrors too), just www.annexia.org/forth mentioned here not: http://concatenative.org/wiki/view/Forth
<Leonidas> wanted to change it but after filling out the captcha it THEN asked me to log in :[
<Drup> AxiomaticEspress: you can't really hotswap in the toplevel, so no, it doesn't exist
<Drup> (you could reload the entier toplevel and replay the sentences, but that's a bit different ...)
Haudegen has joined #ocaml
johnelse has quit [Quit: leaving]
mfp has joined #ocaml
johnelse has joined #ocaml
nullifidian_ has quit [Read error: Connection reset by peer]
nullifidian_ has joined #ocaml
kakadu has joined #ocaml
tizoc has quit [Quit: Coyote finally caught me]
tizoc has joined #ocaml
johnelse has quit [Quit: leaving]
<AxiomaticEspress> Drup: ah, alright. I thought it's possible since dune utop has this '--watch' option available
<AxiomaticEspress> I think I just got confused because doing `dune build --help` and `dune utop --help` show the same options as being available
johnelse has joined #ocaml
Keodedad has quit [Quit: Textual IRC Client: www.textualapp.com]
Haudegen has quit [Remote host closed the connection]
silver has joined #ocaml
Haudegen has joined #ocaml
FreeBirdLjj has joined #ocaml
octachron has quit [Quit: ZNC 1.7.2 - https://znc.in]
octachron has joined #ocaml
MasseR has quit [Quit: WeeChat 2.0]
spew has joined #ocaml
nicoo has quit [Ping timeout: 256 seconds]
jao has joined #ocaml
KeyJoo has joined #ocaml
nicoo has joined #ocaml
q9929t has joined #ocaml
jao has quit [Remote host closed the connection]
ygrek has joined #ocaml
<Leonidas> I am trying to remove multiple parts from a module but `include (Deferred : module type of Deferred with module Let_syntax := Deferred.Let_syntax and Result := Deferred.Result)` does not seem to work
<Leonidas> It works without the `and …` part, but how can I replace more?
<Leonidas> ok I need to write `and module Result :=`, thanks for listening
AnAverageHuman has joined #ocaml
discord4 has quit [Remote host closed the connection]
discord5 has joined #ocaml
<freyr69> What's with the default type constructor variance and why couldn't I cast [`A ] Lwt.t to [`A | `B] Lwt.t?
Haudegen has quit [Remote host closed the connection]
<octachron> freyr69, Lwt.t is covariant in its first parameter and the coercion (x:>[`A|`B] Lwt.t) should work
<freyr69> That works indeed, thanks
Jesin has quit [Quit: Leaving]
AnAverageHuman has quit [Ping timeout: 256 seconds]
freyr69 has quit [Remote host closed the connection]
Jesin has joined #ocaml
Keodedad has joined #ocaml
vovs03 has joined #ocaml
vovs03 has quit [Remote host closed the connection]
KeyJoo has quit [Quit: KeyJoo]
KeyJoo has joined #ocaml
mbac has left #ocaml [#ocaml]
mbac has joined #ocaml
gareppa has joined #ocaml
Haudegen has joined #ocaml
AtumT has joined #ocaml
Serpent7776 has joined #ocaml
AtumT has quit [Read error: Connection reset by peer]
jnavila has joined #ocaml
jnavila has quit [Ping timeout: 246 seconds]
gareppa has quit [Quit: Leaving]
jnavila has joined #ocaml
q9929t has quit [Quit: q9929t]
jnavila has quit [Ping timeout: 258 seconds]
gravicappa has quit [Ping timeout: 245 seconds]
<AxiomaticEspress> Is allocating a tuple the only way to pattern match against multiple values?
<AxiomaticEspress> ex: let f x y = match (x,y) with | pattern -> result | otherpattern -> otherresult | ...
interruptinuse has joined #ocaml
<Drup> yes, but you shouldn't worry about the tuple allocation, the pattern is recognized
<AxiomaticEspress> alright, so it's not actually being allocated
<AxiomaticEspress> cheers
jnavila has joined #ocaml
KeyJoo has quit [Quit: KeyJoo]
icecr4ck has joined #ocaml
jao has joined #ocaml
kakadu_ has joined #ocaml
jnavila has quit [Quit: Konversation terminated!]
jnavila has joined #ocaml
valtr has joined #ocaml
jnavila has quit [Ping timeout: 246 seconds]
wilfredh has quit [Quit: Connection closed for inactivity]
jnavila has joined #ocaml
okuu has joined #ocaml
Haudegen has quit [Remote host closed the connection]
Serpent7776 has quit [Quit: leaving]
zolk3ri has quit [Remote host closed the connection]
jnavila has quit [Remote host closed the connection]
Haudegen has joined #ocaml
kvda has joined #ocaml
kvda has quit [Client Quit]
kvda has joined #ocaml
amiloradovsky has joined #ocaml
Haudegen has quit [Ping timeout: 255 seconds]
amiloradovsky1 has joined #ocaml
Haudegen has joined #ocaml
amiloradovsky has quit [Ping timeout: 246 seconds]
amiloradovsky1 is now known as amiloradovsky
Jesin has quit [Quit: Leaving]
bartholin has quit [Remote host closed the connection]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
spew has quit [Quit: going home]
Jesin has joined #ocaml
silver_ has joined #ocaml
kakadu_ has quit [Remote host closed the connection]
silver has quit [Ping timeout: 245 seconds]
kvda has joined #ocaml
ygrek has quit [Ping timeout: 258 seconds]
okuu has quit [Ping timeout: 255 seconds]
Birdface has quit [Ping timeout: 250 seconds]
ski has quit [Ping timeout: 246 seconds]
Haudegen has quit [Remote host closed the connection]
ski has joined #ocaml
caltelt_ has joined #ocaml
stux|RC-only has quit [Ping timeout: 255 seconds]
ski has quit [Ping timeout: 244 seconds]
ricekrispie has joined #ocaml
ricekrispie2 has quit [Ping timeout: 250 seconds]
ski has joined #ocaml
ski has quit [Ping timeout: 245 seconds]
ski has joined #ocaml
ski has quit [Ping timeout: 250 seconds]
ski has joined #ocaml