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
Currently, we recognize well-known tokens like u32 and lower them to Lean as U32, which means we aren't robust against e.g. type u32 = u8;. We should fix this or at least warn very loudly about it.