Zulip Chat Archive

Stream: lean4

Topic: infix completion


Julian Berman (Feb 01 2021 at 19:50):

A small thing I noticed in Lean 3 that still seems to be true in Lean 4 is that the Lean server won't suggest completions of infix notation. E.g.:

infix:70  " mul "  => HMul.hMul  -- ditto

#check 2 mu<Tab>

will not suggest mul -- is this something that's any easier now than before (or that anyone else has noticed -- I'm sure lots of infix notation are symbols so maybe it doesn't matter much)?

Julian Berman (Feb 01 2021 at 20:45):

(Oh, I forgot, this is a dumb question, since completion isn't present at all, so of course it doesn't work for this either. Never mind :)


Last updated: Dec 20 2023 at 11:08 UTC