companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 4.14.0 released: https://ocaml.org/releases/4.14.0.html | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
aspe has joined #ocaml
aspe has quit [Client Quit]
aspe has joined #ocaml
aspe has quit [Read error: Connection reset by peer]
aspe has joined #ocaml
aspe has quit [Client Quit]
aspe has joined #ocaml
aspe has quit [Quit: aspe]
gdd has quit [Read error: Connection reset by peer]
gdd has joined #ocaml
chrisz has quit [Ping timeout: 248 seconds]
chrisz has joined #ocaml
williewillus has quit [Quit: The Lounge - https://thelounge.chat]
williewillus2 has joined #ocaml
williewillus2 is now known as williewillus
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vicfred has joined #ocaml
bobo has quit [Ping timeout: 248 seconds]
bobo has joined #ocaml
zebrag has quit [Read error: Connection reset by peer]
xgqt has quit [Ping timeout: 240 seconds]
xgqt has joined #ocaml
hackinghorn has quit [Changing host]
hackinghorn has joined #ocaml
gravicappa has joined #ocaml
aspe has joined #ocaml
olle has joined #ocaml
bartholin has joined #ocaml
Serpent7776 has joined #ocaml
chrisz has quit [Ping timeout: 240 seconds]
chrisz has joined #ocaml
bartholin has quit [Ping timeout: 248 seconds]
bartholin has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
olle has quit [Ping timeout: 252 seconds]
mro has joined #ocaml
mro has quit [Client Quit]
Haudegen has joined #ocaml
spip has joined #ocaml
bobo has quit [Ping timeout: 248 seconds]
farn has quit [Quit: farn]
farn has joined #ocaml
bartholin has quit [Ping timeout: 252 seconds]
gravicappa has quit [Ping timeout: 252 seconds]
bartholin has joined #ocaml
Sankalp- has joined #ocaml
Sankalp has quit [Ping timeout: 260 seconds]
Sankalp- is now known as Sankalp
hyphen has quit [Ping timeout: 260 seconds]
hyphen has joined #ocaml
dhil has joined #ocaml
Anarchos has joined #ocaml
<Anarchos> hello
bartholin has quit [Ping timeout: 240 seconds]
bartholin has joined #ocaml
gravicappa has joined #ocaml
neiluj has joined #ocaml
<neiluj> Hi! Is it possible to instantiate a Map with the type of the values, along with the keys?
Anarchos has quit [Quit: Vision[]: i've been blurred!]
<d_bot> <NULL> You mean force the type of the values ? Like `type my_map = value_type KeyMap.t` ?
<neiluj> correct! thanks!
<neiluj> forgot the map instantiated with the key type was polymorphic in the type of the values
slothby has quit [Ping timeout: 248 seconds]
slothby has joined #ocaml
zebrag has joined #ocaml
olle has joined #ocaml
Anarchos has joined #ocaml
vicfred has quit [Quit: Leaving]
bobo has joined #ocaml
spip has quit [Ping timeout: 260 seconds]
vicfred has joined #ocaml
vicfred has quit [Ping timeout: 240 seconds]
bartholin has quit [Ping timeout: 248 seconds]
mro has joined #ocaml
neiluj has quit [Quit: Leaving]
bartholin has joined #ocaml
gravicappa has quit [Ping timeout: 260 seconds]
chrisz has quit [Ping timeout: 240 seconds]
chrisz has joined #ocaml
chrisz has quit [Ping timeout: 248 seconds]
chrisz has joined #ocaml
rgrinberg has joined #ocaml
wingsorc has quit [Quit: Leaving]
chrisz has quit [Ping timeout: 248 seconds]
chrisz has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bartholin has quit [Ping timeout: 248 seconds]
olle has quit [Ping timeout: 252 seconds]
<d_bot> <mbacarella> oh huh. porting to ppxlib wasn't too hard.
<d_bot> <mbacarella> /me cancels flight
<d_bot> <mbacarella> the oddest part was that metaquot changed from `[%%s ...]` to `[%%i ...]` and that now takes a single structure item instead of a list
bartholin has joined #ocaml
<d_bot> <mbacarella> I'm a little suspicious of the implied claim that OMP isn't needed anymore and that I can use ppxlib's AST. Is there more info on how this evolves? How is a truly breaking change handled?
gravicappa has joined #ocaml
mro has quit [Quit: Leaving...]
gereedy has quit [Quit: gereedy]
gereedy has joined #ocaml
dhil has quit [Ping timeout: 240 seconds]
bartholin has quit [Ping timeout: 240 seconds]
aspe has quit [Quit: aspe]
bartholin has joined #ocaml
bartholin has quit [Ping timeout: 240 seconds]
hyphen has quit [Read error: Connection reset by peer]
hyphen has joined #ocaml
bartholin has joined #ocaml
olle has joined #ocaml
gereedy has quit [Ping timeout: 248 seconds]
bartholin has quit [Ping timeout: 240 seconds]
bartholin has joined #ocaml
<d_bot> <mbacarella> github's search kind of sucks. is there a handy way to download every single git repo in opam?
<d_bot> <orbitz> Awk out the URL?
<d_bot> <mbacarella> i guess `opam list --all -print0 | awk '{print $1}' | xargs -n1 opam source`
Anarchos has quit [Quit: Vision[]: i've been blurred!]
<d_bot> <mbacarella> hmm. not that fast. `opam source foo` seems to involve a second of cpu crunch to resolve `foo` each time.
<d_bot> <Anurag> @pilothole https://sherlocode.com/ is another option for searching across OCaml packages that are available on opam
<d_bot> <mbacarella> pretty nice
olle has quit [Remote host closed the connection]
gravicappa has quit [Ping timeout: 252 seconds]
Serpent7776 has quit [Quit: leaving]
dh` has joined #ocaml
bartholin has quit [Remote host closed the connection]
bartholin has joined #ocaml
kaph_ has quit [Remote host closed the connection]
kaph_ has joined #ocaml
spip has joined #ocaml
bobo has quit [Ping timeout: 240 seconds]
bartholin has quit [Quit: Leaving]
xgqt has quit [Ping timeout: 240 seconds]
xgqt has joined #ocaml
<d_bot> <mseri> opam archive or admin archive should also get you all the sources
<d_bot> <mseri> I can’t remember the correct command from the top of my head
<d_bot> <mseri> I usually go with sherlocode or cs.github.com for these kinds of searches
Haudegen has quit [Ping timeout: 260 seconds]