Zulip Chat Archive

Stream: lean4

Topic: unknown identifier '__stx_lift✝'


James Gallicchio (Sep 13 2023 at 02:32):

I'm writing some pretty normal-looking (but wrong) quotations and getting a deeply unhelpful unknown identifier '__stx_lift✝' error.

Before I try MWE'ing, has anyone else hit that? I suspect Zulip-search could be missing some results :(

Alex Keizer (Sep 13 2023 at 15:38):

I think I've seen this sort of error before when using inline monadic binds, like in

let foo <- bar (<- a)

James Gallicchio (Sep 13 2023 at 16:37):

I worked around it by manually lifting enough inline syntax to let binds, but I'm assuming it's a bug? I'll try to minimize.


Last updated: Dec 20 2023 at 11:08 UTC