Zulip Chat Archive

Stream: mathlib4

Topic: bug in replace


Scott Morrison (Oct 26 2023 at 00:29):

There's a bug in goal handling in replace:

import Mathlib.Tactic.Replace

example (h : True) : False := by -- (kernel) declaration has metavariables '_example'
  replace h

Would anyone like to investigate? I hope it is pretty straightforward to fix.

Jireh Loreaux (Oct 26 2023 at 00:45):

I'll have a look tonight.

Kyle Miller (Oct 26 2023 at 01:19):

#7939 (If anyone wants more tests, feel free to push.)


Last updated: Dec 20 2023 at 11:08 UTC