triallax changed the topic of #numbat to: The Official Numbat channel https://numbat.dev | This channel is publicly logged at https://libera.irclog.whitequark.org/numbat | Please read https://workaround.org/getting-help-on-irc/ if you're new to IRC!
sharkdp has joined #numbat
<sharkdp> The type-inference PR (https://github.com/sharkdp/numbat/pull/443) is SLOWLY turning into something useable. It's currently in a state that works and correctly parses/type-checks/runs most of the Numbat code that we have. There are three major open challenges (error handling, strucs, datetimes) that are explained in the PR description. But it can already do some fun things :-)
<potash> very nice
sharkdp has quit [Remote host closed the connection]
sharkdp has joined #numbat
<sharkdp> I have deployed the current version here: https://numbat.dev/type-inference/
<sharkdp> Some things to try:
sharkdp has quit [Remote host closed the connection]
Charbot9000 has quit [Remote host closed the connection]
Charbot9000 has joined #numbat
<achin> i updated the bot with your latest PR
<achin> !nb fn f(x, y) = x^2 + y^3
<Charbot9000> fn f<A: Dim>(x: A³, y: A²) -> A^6 = x² + y³