lean4-htt/src/Init/Data/String
Rob23oba e450a02621
fix: change show tactic to work as documented (#7395)
This PR changes the `show t` tactic to match its documentation.
Previously it was a synonym for `change t`, but now it finds the first
goal that unifies with the term `t` and moves it to the front of the
goal list.
2025-06-12 23:54:09 +00:00
..
Basic.lean fix: change show tactic to work as documented (#7395) 2025-06-12 23:54:09 +00:00
Extra.lean fix: change show tactic to work as documented (#7395) 2025-06-12 23:54:09 +00:00
Lemmas.lean chore: remove duplicate instances (#8397) 2025-05-19 04:36:06 +00:00