<discocaml>
<sim642> The answer uses the core library
myrkraverk has joined #ocaml
<peony>
I see. so it was adopted into the stdlib partially, and just recently the rest of it landed?
<peony>
does it still exist in core?
rgrinberg has joined #ocaml
myrkraverk has quit [Ping timeout: 245 seconds]
myrkraverk has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
Serpent7776 has joined #ocaml
ursa-major has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
wingsorc has quit [Ping timeout: 245 seconds]
bartholin has quit [Quit: Leaving]
rgrinberg has joined #ocaml
rgrinberg has quit [Client Quit]
conjunctive has quit [Server closed connection]
conjunctive has joined #ocaml
cbarrett has quit [Server closed connection]
cbarrett has joined #ocaml
dnh has joined #ocaml
yziquel has joined #ocaml
uncomfy has joined #ocaml
yziquel has quit [Ping timeout: 245 seconds]
Duns_Scrotus___ has quit [Server closed connection]
Duns_Scrotus___ has joined #ocaml
yziquel has joined #ocaml
uncomfy has quit [Remote host closed the connection]
bibi_ has joined #ocaml
bibi_ has quit [Ping timeout: 240 seconds]
yziquel has quit [Ping timeout: 245 seconds]
<discocaml>
<leviroth> Yes, it’s still in core
bibi_ has joined #ocaml
<discocaml>
<leviroth> Core is generally meant to replace the standard library where it’s used, so functions aren’t going to be removed just because they’re in the standard library now.
azimut has joined #ocaml
uncomfy has joined #ocaml
yziquel has joined #ocaml
rwmjones has quit [Ping timeout: 246 seconds]
rwmjones has joined #ocaml
yziquel has quit [Quit: Ping timeout (120 seconds)]
bibi_ has quit [Quit: Konversation terminated!]
rgrinberg has joined #ocaml
bibi_ has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tizoc has quit [Quit: Coyote finally caught me]
tizoc has joined #ocaml
tizoc has quit [Client Quit]
tizoc has joined #ocaml
uncomfy has quit [Remote host closed the connection]
aljazmc has joined #ocaml
Hammdist has quit [Quit: Client closed]
bartholin has joined #ocaml
rgrinberg has joined #ocaml
bibi_ has quit [Ping timeout: 264 seconds]
yziquel has joined #ocaml
waleee has joined #ocaml
bibi_ has joined #ocaml
xmachina has quit [Quit: WeeChat 4.0.4]
xmachina has joined #ocaml
bibi_ has quit [Quit: Konversation terminated!]
xmachina has quit [Quit: WeeChat 4.0.4]
bibi_ has joined #ocaml
TrillionEuroNote has quit [Ping timeout: 240 seconds]
wingsorc has joined #ocaml
bibi_ has quit [Ping timeout: 260 seconds]
xmachina 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
bartholin has quit [Quit: Leaving]
bibi_ has joined #ocaml
yziquel has quit [Quit: Client closed]
azimut has quit [Ping timeout: 246 seconds]
azimut has joined #ocaml
azimut has quit [Ping timeout: 246 seconds]
azimut has joined #ocaml
bibi_ has quit [Ping timeout: 260 seconds]
Tuplanolla has joined #ocaml
yziquel has joined #ocaml
yziquel has quit [Client Quit]
bibi_ has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Serpent7776 has quit [Ping timeout: 260 seconds]
yziquel has joined #ocaml
kurfen has quit [Ping timeout: 258 seconds]
kurfen has joined #ocaml
yziquel has quit [Ping timeout: 245 seconds]
aljazmc has quit [Quit: Leaving]
Tuplanolla has quit [Ping timeout: 244 seconds]
yziquel has joined #ocaml
yziquel has quit [Ping timeout: 245 seconds]
<discocaml>
<elliottcable> hm. Anybody know if there's a way to build something like a "matcher" in Alcotest? might be untenable at the type-system level …
TrillionEuroNote has joined #ocaml
<discocaml>
<elliottcable> i.e. if I want to check that an `option opaque_type` is `Some _` with a matcher, when there's no `testable` construction for `opaque_type`
<discocaml>
<darrenldl> doesnt read like something that would type check
<discocaml>
<darrenldl> where is this `opaque_type` from?