Zulip Chat Archive
Stream: Is there code for X?
Topic: Matrix.cons_val_five
Jeremy Avigad (Mar 19 2025 at 02:47):
Maybe others already know about this, but I just hit the strange behavior where an expression ![a, b, c, d, e] 4
was simplifying to e
but ![a, b, c, d, e, f] 5
failed to simplify to f
. I was baffled until I discovered docs#Matrix.cons_val_four and realized that I need to add my own Matrix.cons_val_five
.
Mario Carneiro (Mar 19 2025 at 03:03):
this looks like something we can finally solve properly with simprocs
Eric Wieser (Mar 19 2025 at 08:54):
I already wrote a dsimproc for this, and there's an open PR
Ruben Van de Velde (Mar 19 2025 at 09:01):
Can't say that without linking it :)
Chris Henson (Mar 19 2025 at 13:47):
I think the PR is #13578
Eric Wieser (Mar 19 2025 at 14:26):
Seems that the saying and linking can be a collaborative effort :)
Last updated: May 02 2025 at 03:31 UTC