tremon has quit [Remote host closed the connection]
mange has joined #ocaml
_whitelogger has joined #ocaml
<discocaml>
<stuckin414141> is there an english translation for Le Langage Caml/
<discocaml>
<stuckin414141> is there an english translation for Le Langage Caml?
euphores has joined #ocaml
toastal has quit [Quit: Gateway shutdown]
agentcasey has quit [Quit: ZNC 1.9.0+deb2build3 - https://znc.in]
agentcasey has joined #ocaml
kurfen has joined #ocaml
kurfen_ has joined #ocaml
kurfen has quit [Ping timeout: 260 seconds]
bartholin has joined #ocaml
toastal has joined #ocaml
germ_ has quit [Read error: Connection reset by peer]
YuGiOhJCJ has joined #ocaml
germ_ has joined #ocaml
LainIwakura has joined #ocaml
LainIwakura has quit [Ping timeout: 250 seconds]
semarie has quit [Quit: quit]
Serpent7776 has joined #ocaml
LainIwakura has joined #ocaml
semarie has joined #ocaml
LainIwakura has quit [Quit: Client closed]
semarie has quit [Quit: quit]
semarie has joined #ocaml
Haudegen has joined #ocaml
olle has joined #ocaml
olle has quit [Remote host closed the connection]
<discocaml>
<froyo> yes afaik implicit parameters are a use-case of effects and those parameters can be modules: https://tpaste.us/bQJL
<discocaml>
<froyo> or is this example i wrote more like dynamic scoping? where the handler determines the Console module returned
LainIwakura has joined #ocaml
olle has joined #ocaml
<discocaml>
<froyo> well in any case you still end up getting an ambient value which you didn't explicitly pass through but specified at some point
<discocaml>
<froyo> implicits seem like just that but with the handlers installed automatically via some type directed search mechanism and the instances present without `ask()`ing for them
Exa has quit [Quit: see ya!]
Exa has joined #ocaml
LainIwakura has quit [Quit: Client closed]
bartholin has quit [Remote host closed the connection]
<discocaml>
<froyo> has flix always been on the jvm? for some reason I don't remember that being the case when i first looked at it
luc4 has joined #ocaml
ol0ck has joined #ocaml
toastal has quit [Ping timeout: 252 seconds]
toastal has joined #ocaml
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
sleepydog has quit [Server closed connection]
sleepydog has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
johnridesabike has joined #ocaml
inline has quit [Quit: Leaving]
mange has quit [Remote host closed the connection]
inline has joined #ocaml
Haudegen has joined #ocaml
olle has quit [Ping timeout: 252 seconds]
luc4 has quit [Quit: Konversation terminated!]
hsw has quit [Quit: Leaving]
arya_elfren has quit [Server closed connection]
arya_elfren has joined #ocaml
polykernel_ has joined #ocaml
polykernel has quit [Ping timeout: 245 seconds]
polykernel_ is now known as polykernel
Haudegen has quit [Quit: Bin weg.]
luc4 has joined #ocaml
shwouchk has joined #ocaml
probablyrobert has joined #ocaml
amadaluzia has joined #ocaml
toastal has quit [Ping timeout: 252 seconds]
Serpent7776 has quit [Ping timeout: 248 seconds]
Haudegen has joined #ocaml
toastal has joined #ocaml
shwouchk has quit [Quit: WeeChat 4.5.2]
shwouchk has joined #ocaml
immutable has quit [Server closed connection]
immutable has joined #ocaml
<discocaml>
<polyml> yes, that's why I didn't consider it when it first came out