Zulip Chat Archive

Stream: lean4

Topic: mkCIdentFromRef returns untyped Syntax


Raghuram Sundararajan (Feb 05 2023 at 09:30):

I noticed that (on nightly-2023-02-04) while mkIdent, mkIdentFrom, mkIdentFromRef, mkCIdent and mkCIdentFrom in the Lean namespace all return typed syntax Ident (possibly in a monad), mkCIdentFromRef returns untyped Syntax, which doesn't seem to be necessary, since it simply calls mkCIdentFrom. Is this a bug?

Mario Carneiro (Feb 05 2023 at 09:32):

yes

Raghuram Sundararajan (Feb 05 2023 at 10:48):

Filed


Last updated: Dec 20 2023 at 11:08 UTC