lean4-htt/src/Init/Internal
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
..
Order fix: change show tactic to work as documented (#7395) 2025-06-12 23:54:09 +00:00
Order.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00