Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
ravenousmoose has quit [Ping timeout: 252 seconds]
kleisli has quit [Ping timeout: 252 seconds]
kleisli has joined #ocaml
silver has quit [Quit: rakede]
philtor has joined #ocaml
philt has joined #ocaml
philt has quit [Client Quit]
kleisli has quit [Ping timeout: 276 seconds]
kjak has joined #ocaml
ravenousmoose has joined #ocaml
kleisli has joined #ocaml
ravenousmoose has quit [Ping timeout: 252 seconds]
theblatte has quit [Ping timeout: 240 seconds]
tormen has joined #ocaml
ravenousmoose has joined #ocaml
tormen_ has quit [Ping timeout: 276 seconds]
ravenousmoose has quit [Ping timeout: 250 seconds]
zmt00 has joined #ocaml
zmt01 has quit [Ping timeout: 250 seconds]
mfp has quit [Ping timeout: 240 seconds]
gravicappa has joined #ocaml
ravenousmoose has joined #ocaml
ravenousmoose has quit [Ping timeout: 250 seconds]
oni-on-ion has quit [Remote host closed the connection]
oni-on-ion has joined #ocaml
ravenousmoose has joined #ocaml
ravenousmoose has quit [Ping timeout: 252 seconds]
ravenousmoose has joined #ocaml
ravenousmoose has quit [Ping timeout: 250 seconds]
ygrek__ has quit [Ping timeout: 250 seconds]
kgop has quit [Ping timeout: 240 seconds]
gravicappa has quit [Ping timeout: 250 seconds]
ravenousmoose has joined #ocaml
brettgilio has quit [Quit: Quit]
brettgilio has joined #ocaml
ravenousmoose has quit [Ping timeout: 245 seconds]
ravenousmoose has joined #ocaml
jnavila has joined #ocaml
ravenousmoose has quit [Ping timeout: 252 seconds]
bitwinery has quit [Quit: Leaving]
theblatte has joined #ocaml
ravenousmoose has joined #ocaml
narimiran has joined #ocaml
jnavila has quit [Ping timeout: 246 seconds]
gravicappa has joined #ocaml
theblatte has quit [Ping timeout: 250 seconds]
theblatte has joined #ocaml
CcxWrk has joined #ocaml
ravenousmoose has quit [Ping timeout: 250 seconds]
bartholin has quit [Remote host closed the connection]
dborisog has joined #ocaml
oni-on-ion has quit [Remote host closed the connection]
nicootje has joined #ocaml
Haudegen has joined #ocaml
nicooo has quit [Ping timeout: 260 seconds]
gravicappa has quit [Ping timeout: 240 seconds]
barockobamo has joined #ocaml
ravenousmoose has joined #ocaml
tmhoang has quit [Remote host closed the connection]
ravenousmoose has quit [Ping timeout: 245 seconds]
tmhoang has joined #ocaml
oxford has quit [Ping timeout: 260 seconds]
tmhoang has quit [Quit: Alpine Linux, the security-oriented, lightweight Linux distribution]
dborisog has quit [Remote host closed the connection]
dborisog has joined #ocaml
dborisog has quit [Remote host closed the connection]
oxford has joined #ocaml
dborisog has joined #ocaml
adrien_web has joined #ocaml
dhil has joined #ocaml
jaar has joined #ocaml
jaar has quit [Remote host closed the connection]
jaar has joined #ocaml
FreeBirdLjj has joined #ocaml
ravenousmoose has joined #ocaml
infinity0 has quit [Remote host closed the connection]
FreeBirdLjj has quit [Ping timeout: 250 seconds]
ravenousmoose has quit [Ping timeout: 250 seconds]
sagax has joined #ocaml
mfp has joined #ocaml
jaar has quit [Ping timeout: 276 seconds]
jaar has joined #ocaml
ggole has joined #ocaml
ollehar has joined #ocaml
<Nikkel>
companion_cube: Is there a list of projects that are using your qcheck?
freyr69 has joined #ocaml
ravenousmoose has joined #ocaml
ravenousmoose has quit [Client Quit]
Anarchos has joined #ocaml
<Anarchos>
how to ignore a file in a dune configuration file ?
<Nikkel>
companion_cube: bvn\
<Nikkel>
nvm
<Nikkel>
Is it possible to expand modules from functors?
adrien_web has quit [Remote host closed the connection]
gravicappa has joined #ocaml
nicootje is now known as nicoo
adrien_web has joined #ocaml
infinity0 has joined #ocaml
ravenousmoose has joined #ocaml
ravenousmoose has quit [Ping timeout: 252 seconds]
<Nikkel>
as in module MyIntSet = struct Set.Make(int) and let five = 5 end
<def`>
module MyIntSet = struct include Set.Make(Int) let five = 5 end
<Nikkel>
Oh, that's super simple. Thank you very much
Haudegen has quit [Quit: Bin weg.]
infinity0_ has joined #ocaml
infinity0_ has quit [Changing host]
infinity0 has quit [Killed (card.freenode.net (Nickname regained by services))]
infinity0 has joined #ocaml
dhil has quit [Ping timeout: 250 seconds]
<Anarchos>
how to tell dune to use dypgen to process .dyp files to get the corresponding .ml ?
sarna has left #ocaml [#ocaml]
<Nikkel>
Is there a nice way to transform a Set from one type to another? like map : ('a -> 'b) -> t with elt = 'a -> t with elt = 'b ?
<Nikkel>
it's not a problem to go through Set.elements first, but eh
ravenousmoose has joined #ocaml
ravenousmoose has quit [Ping timeout: 245 seconds]
<Leonidas>
xvilka: I am very amazed how you think that moving unmaintained projects to ocaml-community will suddenly revive them. I find it hard to share that belief.
<Leonidas>
moving all kinds of dead projects OTOH seems to me like a sure way to absolutely kill ocaml-community
<thizanne>
Nikkel: not really, mainly because you do have to build the result set from scratch
<thizanne>
using fold would probably be nicer than going through Set.elements, but it won't get any better
<thizanne>
(in the Stdlib at least)
q9929t has joined #ocaml
spew has joined #ocaml
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
Haudegen has joined #ocaml
emias has quit [Ping timeout: 240 seconds]
<companion_cube>
Leonidas: what project are y'all referring to?