Zulip Chat Archive
Stream: PR reviews
Topic: std4#160 case : t => tac tactic to search for goals by type
Kyle Miller (Jul 30 2023 at 09:28):
std4#160 is introducing a version of case
where you can select a goal by unifying against a type, for example case : Injective _ => assumption
. Mentioning it here in case any mathlib meta reviewers might take a look at this std PR.
Last updated: Dec 20 2023 at 11:08 UTC