rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mjs22 has joined #ocaml
rgrinberg has joined #ocaml
waleee has quit [Ping timeout: 252 seconds]
Sankalp has quit [Ping timeout: 240 seconds]
zebrag has quit [Quit: Konversation terminated!]
Sankalp has joined #ocaml
perrierjouet has quit [Ping timeout: 260 seconds]
meinside has joined #ocaml
Haudegen has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Serpent7776 has joined #ocaml
gereedy has joined #ocaml
gravicappa has joined #ocaml
mro has joined #ocaml
gravicappa has quit [Ping timeout: 244 seconds]
adanwan has quit [Ping timeout: 240 seconds]
tiferrei has quit [Ping timeout: 240 seconds]
mro has quit [Remote host closed the connection]
adanwan has joined #ocaml
tiferrei has joined #ocaml
mro has joined #ocaml
tiferrei has quit [Ping timeout: 240 seconds]
adanwan has quit [Ping timeout: 240 seconds]
adanwan has joined #ocaml
tiferrei has joined #ocaml
x88x88x has quit [Remote host closed the connection]
mro has quit [Remote host closed the connection]
gereedy has quit [Quit: gereedy]
x88x88x has joined #ocaml
olle has joined #ocaml
gravicappa has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
olle has quit [Ping timeout: 240 seconds]
mro has quit [Remote host closed the connection]
DNH has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
DNH has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
wingsorc has quit [Quit: Leaving]
chrisz has quit [Quit: leaving]
olle has joined #ocaml
perrierjouet has joined #ocaml
bartholin has joined #ocaml
<d_bot>
<deepspacejohn> is there a way to view the code generated by a PPX? I'm using `@@deriving show` and I want to change how it displays. I'd like to just copy its generated function and edit it.
Everything has joined #ocaml
<reynir>
yes! There is. I forgot how though
spip has joined #ocaml
bobo has quit [Ping timeout: 244 seconds]
<reynir>
if you're using dune you can find the file foo.pp.ml somehwere in _build and then run ocamlopt -dsource _build/path/to/foo.pp.ml
<d_bot>
<Butanium (@me on reply)> Is there a way to get which function of a library aren't used inside it in dune ?
<d_bot>
<Butanium (@me on reply)> That would be an equivalent to the warning `unusued function/variable` for exectuable
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
DNH has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zebrag has joined #ocaml
waleee has joined #ocaml
DNH has joined #ocaml
<ns12>
I think https://ocaml.org is missing something: a big "download now" button. I still can't find the tarball. Where is it?
rgrinberg has joined #ocaml
<Anarchos>
ns12 it misses the ocaml weekly news too ! I am addicted to them :)
<ns12>
Anarchos: 😢 I still haven't found the OCaml download link.
Anarchos has quit [Quit: Vision[]: i've been blurred!]
aspe has joined #ocaml
aspe has quit [Client Quit]
<d_bot>
<ec> Is there any particular prevalence in either direction, between `smth.Smth.field` vs `Smth.(smth.field)`? (Specifically in the case that 1. it's a single usage, so `let open Smth` is a bad idea, and 2. that the local name is the same as the module name)
hyphen has quit [Ping timeout: 240 seconds]
DNH has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hyphen has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
<sleepydog>
@ec I prefer the local open form, but I also try to avoid stuttering in my code, so I'd try not to name the variable the same as the module, or I would pattern match the field in my function signature
mro has quit [Remote host closed the connection]
hyphen has quit [Read error: Connection reset by peer]
Tuplanolla has joined #ocaml
hyphen has joined #ocaml
bartholin has quit [Quit: Leaving]
<d_bot>
<Ambika E.> Hit "Getting Started", then scroll down till you find the binary distribution of opam, you want to download and install ocaml via opam