Join Nostr
2026-01-07 17:48:08 UTC
in reply to

Jean Abou Samra (new account) on Nostr: nprofile1q…9ktlj Great project! My pet peeve is the error message for ill-typed ...

Great project! My pet peeve is the error message for ill-typed with-abstractions. It tells me that the type of some internally generated function is ill-typed and displays that big type. I'd really like it to pinpoint to a specific subterm that's ill-typed (as if I had written that function myself). Here's a toy example from some code I happened to be working on: https://gitlab.com/-/snippets/4922467