You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this counts as a technical error or typo, as it pertains to non-working code.
Unless I'm mistaken, String.separate does not exist, and the correct code would be String.intercalate. Only the latter works for me and I cannot find String.separate in the lean4 source code.