companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.0 released(!!1!): https://ocaml.org/releases/5.0.0.html | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
perrierjouet has quit [Quit: WeeChat 3.8]
perrierjouet has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
Tuplanolla has quit [Ping timeout: 252 seconds]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
spip has quit [Quit: Konversation terminated!]
waleee has quit [Ping timeout: 264 seconds]
Geekingfrog has quit [Server closed connection]
Geekingfrog has joined #ocaml
chrisz has quit [Ping timeout: 245 seconds]
chrisz has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
lobo[m] has quit [Server closed connection]
lobo[m] has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
wingsorc has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
azimut has quit [Ping timeout: 240 seconds]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
bartholin has joined #ocaml
Serpent7776 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
waleee has joined #ocaml
infinity0 has joined #ocaml
Tuplanolla has joined #ocaml
gareppa has joined #ocaml
spip has joined #ocaml
bartholin has quit [Quit: Leaving]
Serpent7776 has quit [Ping timeout: 264 seconds]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
<discocaml> <octachron> @xavierm02 , if you don't have higher-order type constructor, using (3) and GADT is generally simpler. `maybe_reduce_aux` can be straightforwardly inlined: https://gist.github.com/Octachron/538700cbe49e0eb8e1068c7ed89cd1c8 . And it is possible to name existentially quantified type when pattern matching if needed.
waleee has quit [Ping timeout: 245 seconds]
mechap has quit [Ping timeout: 246 seconds]
mechap has joined #ocaml
<discocaml> <breadmanben> Hello, would anyone be willing to code review my OCaml project? It is the liquid templating language written in OCaml. I'm a beginner and don't know anyone who know OCaml IRL so I think it would be really cool if someone could read my code and tell me what to improve. Anyway send me a message if you are interested!
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
amk has quit [Read error: Connection reset by peer]
amk has joined #ocaml
ebb has quit [Server closed connection]
ebb has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
bgs has joined #ocaml
<discocaml> <xavierm02> @octachron Perfect! Thank you!
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
azimut has joined #ocaml
Serpent7776 has joined #ocaml
gareppa has quit [Quit: Leaving]
gareppa has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
gareppa has quit [Quit: WeeChat 3.8]
bobo has joined #ocaml
spip has quit [Ping timeout: 264 seconds]
gareppa has joined #ocaml
mechap has quit [Ping timeout: 245 seconds]
mechap has joined #ocaml
gareppa has quit [Quit: WeeChat 3.8]
gareppa has joined #ocaml
gareppa has quit [Remote host closed the connection]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
Serpent7776 has quit [Ping timeout: 250 seconds]
azimut has quit [Remote host closed the connection]
gareppa has joined #ocaml
azimut has joined #ocaml
azimut has quit [Ping timeout: 240 seconds]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
<discocaml> <0xfederama> Sorry for the 1 month-late answer. But why did you reference a PR on that vim-ocaml plugin? The repo doesn't work with that fix?
<discocaml> <0xfederama> I've also found this https://github.com/Kerl13/tree-sitter-menhir, does anyone use it?
<discocaml> <0xfederama> Sorry for the 1 month-late answer. But why did you reference a PR on that vim-ocaml plugin? The repo doesn't work without that fix?
infinity0 has quit [Remote host closed the connection]
<discocaml> <0xfederama> Sorry for the 1 month-late answer. Thanks for that, I "hardcoded" the filetypes with an autocmd and now it works! I have also found https://github.com/Kerl13/tree-sitter-menhir, so it should work. I have it installed and with the correct filetype, but it gives a syntax error. Does someone know anything about it?
<discocaml> <0xfederama> Sorry for the 1 month-late answer. Thanks for that, I "hardcoded" the filetypes with an autocmd and now it works! I have also found https://github.com/Kerl13/tree-sitter-menhir, so it should work. I have it installed and with the correct filetype, but it gives a syntax error with the rist `%`. Does someone know anything about it?
<discocaml> <0xfederama> Sorry for the 1 month-late answer. Thanks for that, I "hardcoded" the filetypes with an autocmd and now it works! I have also found https://github.com/Kerl13/tree-sitter-menhir, so it should work. I have it installed and with the correct filetype, but it gives a syntax error with the first `%`. Does someone know anything about it?
infinity0 has joined #ocaml
<discocaml> <0xfederama> Sorry for the 1 month-late answer. Thanks for that, I "hardcoded" the filetypes with an autocmd and now it works! I have also found https://github.com/Kerl13/tree-sitter-menhir, so it should work also for menhir. I have it installed and with the correct filetype, but it gives a syntax error with the first `%`. Does someone know anything about it?
<discocaml> <0xfederama> Sorry for the 1 month-late answer. Thanks for that, I "hardcoded" the filetypes with an autocmd and now it works... kinda. It has a very strange behavior: the first file I open (menhir or ocamllex) does not have issues, but the second one always has, even if the filetype is correct.
<discocaml> <0xfederama> I have found https://github.com/Kerl13/tree-sitter-menhir, so it should work also for menhir
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
azimut has joined #ocaml
troydm has joined #ocaml
infinity0 has quit [Remote host closed the connection]
waleee has joined #ocaml
Serpent7776 has joined #ocaml
tizoc has quit [Quit: Coyote finally caught me]
infinity0 has joined #ocaml
tizoc has joined #ocaml
infinity0_ has joined #ocaml
infinity0 has quit [Killed (erbium.libera.chat (Nickname regained by services))]
infinity0_ is now known as infinity0
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
Subjective has joined #ocaml
Subjective has left #ocaml [Leaving]
OCaml has joined #ocaml
OCaml has quit [Client Quit]
ww_kayak has joined #ocaml
ww_kayak has quit [Client Quit]
bgs has quit [Remote host closed the connection]
gareppa has quit [Quit: WeeChat 3.8]
Serpent7776 has quit [Ping timeout: 240 seconds]
Tuplanolla has quit [Quit: Leaving.]