Zulip Chat Archive
Stream: mathlib4
Topic: porting autoparams with identifiers
Thomas Murrills (Dec 19 2022 at 22:46):
What should be done about the occasional invalid auto tactic, identifier is not allowed
situations (where an identifier is used in an autoparam)? (This occurs in e.g. Data.List.Basic
.)
Take away the autoparams and leave a porting note? Or is there a workaround?
Last updated: Dec 20 2023 at 11:08 UTC