Post #2735420
2026-05-09 21:48 UTC
@byorgey@mathstodon.xyz How is `transpose` defined?
Edit: Ah, I guess it's https://hackage.haskell.org/package/base/docs/Data-List.html#v:transpose
Replies (1)
-
@byorgey@mathstodon.xyz 2026-05-09 23:57
@das_g@chaos.social Yeah, the actual implementation is kind of gross because it's trying to be efficient and have nice strictness properties and whatnot. There's probably a much simpler definition...