adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.08 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.08/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
Jeanne-Kamikaze has joined #ocaml
ziyourenxiang_ has joined #ocaml
vicfred has quit [Quit: Leaving]
malina has quit [Remote host closed the connection]
Involuntary has joined #ocaml
Jeanne-Kamikaze has quit [Ping timeout: 246 seconds]
AtumT has quit [Quit: AtumT]
andrewlitteken has joined #ocaml
tormen_ has joined #ocaml
tormen has quit [Ping timeout: 245 seconds]
andrewlitteken has quit []
ihavelotsoffries has joined #ocaml
ihavelotsoffries has quit [Changing host]
ihavelotsoffries has joined #ocaml
ihavelotsoffries has joined #ocaml
ihavelotsoffries is now known as joeone123
_13h has joined #ocaml
mfp has quit [Ping timeout: 246 seconds]
joeone123 has quit [Remote host closed the connection]
liberiga has quit [Ping timeout: 260 seconds]
Haudegen has joined #ocaml
assemblyman has joined #ocaml
assemblyman has quit [Read error: Connection reset by peer]
sagax has joined #ocaml
Involuntary has quit [Ping timeout: 245 seconds]
jao- has quit [Ping timeout: 246 seconds]
sonologico has quit [Remote host closed the connection]
lalitmee has joined #ocaml
al-damiri has quit [Quit: Connection closed for inactivity]
gravicappa has joined #ocaml
Vikfret has joined #ocaml
narimiran has joined #ocaml
jkq has joined #ocaml
Birdface has joined #ocaml
Birdface has quit [Ping timeout: 246 seconds]
ggole has joined #ocaml
zolk3ri has joined #ocaml
ollehar has joined #ocaml
lalitmee has quit [Ping timeout: 268 seconds]
bartholin has quit [Remote host closed the connection]
Vikfret_ has joined #ocaml
Vikfret has quit [Ping timeout: 244 seconds]
lalitmee has joined #ocaml
Vikfret__ has joined #ocaml
Vikfret_ has quit [Ping timeout: 248 seconds]
mfp has joined #ocaml
jkq has quit [Remote host closed the connection]
jkq has joined #ocaml
jkq has quit [Remote host closed the connection]
jkq has joined #ocaml
SpiceGuid has joined #ocaml
<Nikkel> Are there really no Eliom version compatible with Ocaml 4.08?
jkq has quit [Quit: jkq]
n0v4 has joined #ocaml
n0v4 has left #ocaml ["Leaving"]
Birdface has joined #ocaml
<Drup> I ... actually have no idea
Haudegen has quit [Quit: Bin weg.]
Birdface has quit [Ping timeout: 268 seconds]
_13h has quit [Remote host closed the connection]
gravicappa has quit [Ping timeout: 245 seconds]
lalitmee has quit [Remote host closed the connection]
Birdface has joined #ocaml
<Nikkel> I have the weirdest error with ppx_deriving_yojson. It works fine except for the last derived type https://pastebin.com/BN5fWCtJ
<Nikkel> for the last type it always generates an extra entry called _, which breaks everything
Birdface has quit [Ping timeout: 246 seconds]
malina has joined #ocaml
nil has joined #ocaml
vicfred has joined #ocaml
AtumT has joined #ocaml
laudecay has joined #ocaml
laudecay is now known as Guest41798
Haudegen has joined #ocaml
jao has joined #ocaml
Guest41798 has quit [Ping timeout: 245 seconds]
malina has quit [Remote host closed the connection]
malina has joined #ocaml
aecepoglu[m] has quit [Ping timeout: 248 seconds]
keep-learning[m] has quit [Ping timeout: 248 seconds]
Virgile[m] has quit [Ping timeout: 248 seconds]
regnat[m] has quit [Ping timeout: 248 seconds]
Haudegen[m] has quit [Ping timeout: 248 seconds]
flux[m] has quit [Ping timeout: 248 seconds]
Virgile[m] has joined #ocaml
keep-learning[m] has joined #ocaml
malina has quit [Remote host closed the connection]
aecepoglu[m] has joined #ocaml
flux[m] has joined #ocaml
Haudegen[m] has joined #ocaml
regnat[m] has joined #ocaml
malina has joined #ocaml
Guest41798 has joined #ocaml
delysin has quit [Quit: WeeChat 2.5]
mfp has quit [Ping timeout: 246 seconds]
Vikfret__ has quit [Quit: Leaving]
delysin has joined #ocaml
rosterok has joined #ocaml
<Leonidas> how to escape a module expression in ppxlib.metaquot? `[%stri open [??? mexp]]`
<Leonidas> according to the docs this should sort of work:
<Leonidas> let open_ nm = [%stri open [%m nm]]
FreeBirdLjj has joined #ocaml
ollehar has quit [Ping timeout: 245 seconds]
bartholin has joined #ocaml
Guest41798 has quit [Ping timeout: 246 seconds]
Guest41798 has joined #ocaml
Guest41798 has quit [Ping timeout: 245 seconds]
ygrek has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
vicfred has quit [Quit: Leaving]
Serpent7776 has joined #ocaml
mfp has joined #ocaml
al-damiri has joined #ocaml
Guest41798 has joined #ocaml
Guest41798 has quit [Changing host]
Guest41798 has joined #ocaml
Guest41798 is now known as laudecay
laudecay has quit [Ping timeout: 244 seconds]
olle has joined #ocaml
malina has quit [Ping timeout: 248 seconds]
rosterok has quit [Quit: Connection closed for inactivity]
eagleflo has quit [Ping timeout: 248 seconds]
gravicappa has joined #ocaml
eagleflo has joined #ocaml
mfp has quit [Ping timeout: 258 seconds]
ggole has quit [Quit: Leaving]
tane has joined #ocaml
malina has joined #ocaml
laudecay has joined #ocaml
laudecay has joined #ocaml
laudecay has quit [Changing host]
olle has quit [Ping timeout: 245 seconds]
ravenous_ has joined #ocaml
al-damiri has quit [Quit: Connection closed for inactivity]
SpiceGuid has quit [Ping timeout: 268 seconds]
mfp has joined #ocaml
narimiran_ has joined #ocaml
narimiran has quit [Ping timeout: 248 seconds]
<octachron> laudecay, for your question with keys, one solution is to use a phantom type: define a type 'a key = ... then the type private key is for instance type private_key = `Private key.
<octachron> Then using the right interface you can hide the equality between the various type variants and still provide a function of type `'any key -> ...`
<laudecay> oh yeah i ended up doing like a module type and functor
kakadu has joined #ocaml
malina has quit [Ping timeout: 245 seconds]
lalitmee has joined #ocaml
malina has joined #ocaml
nil has left #ocaml ["Fairfarren."]
olle has joined #ocaml
tane has quit [Quit: Leaving]
ravenous_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gravicappa has quit [Ping timeout: 248 seconds]
jao has quit [Remote host closed the connection]
jao has joined #ocaml
sonologico has joined #ocaml
lalitmee has quit [Quit: Leaving]
letoh_ has joined #ocaml
ygrek has quit [Ping timeout: 245 seconds]
letoh__ has joined #ocaml
letoh has quit [Ping timeout: 245 seconds]
letoh_ has quit [Ping timeout: 258 seconds]
narimiran_ has quit [Ping timeout: 246 seconds]
letoh__ has left #ocaml [#ocaml]
letoh has joined #ocaml
vicfred has joined #ocaml
SpiceGuid has joined #ocaml
SpiceGuid has quit [Client Quit]
malina has quit [Remote host closed the connection]
laudecay has quit [Ping timeout: 245 seconds]
sagax has quit [Quit: Konversation terminated!]
kakadu has quit [Remote host closed the connection]
Serpent7776 has quit [Quit: leaving]
raduom has joined #ocaml
oni-on-ion has joined #ocaml
spew has quit [Quit: Connection closed for inactivity]
olle has quit [Ping timeout: 268 seconds]
laudecay has joined #ocaml
laudecay has joined #ocaml
laudecay has quit [Changing host]
laudecay has quit [Ping timeout: 272 seconds]
bartholin has quit [Ping timeout: 245 seconds]
bartholin has joined #ocaml
zolk3ri has quit [Remote host closed the connection]