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
The first "Try it yourself example" of the chapter "4 Quantifiers and Equality" won't compile and throws the error Unknown identifier 'take' using Lean 3.28. I guess there should be an assume instead of take and also take probably should not be hilighted anymore and have it's other mentions in the document removed too.
The first "Try it yourself example" of the chapter "4 Quantifiers and Equality" won't compile and throws the error
Unknown identifier 'take'using Lean 3.28. I guess there should be anassumeinstead oftakeand alsotakeprobably should not be hilighted anymore and have it's other mentions in the document removed too.