lean4-htt/src/Init
Leonardo de Moura b81dd3e7ad
feat: expose_names tactic (#6935)
This PR adds the tactic `expose_names`. It creates a new goal whose
local context has been "exposed" so that every local declaration has a
clear, accessible name. If no local declarations require renaming, the
original goal is returned unchanged.

This tactic will be used to improve `try?`.
2025-02-04 00:53:31 +00:00
..
Control doc: add recommended spellings for many term notations (#6886) 2025-02-03 13:46:39 +00:00
Data chore: fix simp lemmas with bad keys 2025-02-04 11:47:08 +11:00
Grind chore: improve grind pattern pretty printer (#6910) 2025-02-03 03:04:33 +00:00
Internal doc: typos in partial_fixpoint related docstrings (#6787) 2025-01-27 09:43:09 +00:00
Omega feat: rename List.enum(From) to List.zipIdx, and Array/Vector.zipWithIndex to zipIdx (#6800) 2025-01-28 23:34:30 +00:00
System refactor: move IO.Channel and IO.Mutex to Std.Sync (#6282) 2024-12-03 09:36:50 +00:00
BinderPredicates.lean
ByCases.lean chore: cleaning up redundant simp lemmas (#5381) 2024-09-18 10:06:29 +00:00
Classical.lean chore: move @[simp] from exists_prop' to exists_prop (#5529) 2024-10-01 05:38:18 +00:00
Coe.lean
Control.lean
Conv.lean feat: add simp? and dsimp? in conversion mode (#6593) 2025-01-10 01:42:17 +00:00
Core.lean doc: add recommended spellings for many term notations (#6886) 2025-02-03 13:46:39 +00:00
Data.lean feat: add support for Float32 to the Lean runtime (#6348) 2024-12-09 21:33:43 +00:00
Dynamic.lean
Ext.lean feat: add [ext] attribute to Array.ext (#4970) 2024-08-09 12:40:39 +00:00
GetElem.lean doc: add recommended spellings for many term notations (#6886) 2025-02-03 13:46:39 +00:00
Grind.lean feat: improve grind failure message (#6633) 2025-01-14 01:10:47 +00:00
Guard.lean
Hints.lean
Internal.lean feat: partial_fixpoint: theory (#6477) 2025-01-02 09:39:18 +00:00
MacroTrace.lean
Meta.lean fix: allow ⱼ in identifiers (#6679) 2025-01-21 03:51:51 +00:00
MetaTypes.lean feat: zetaUnused option (option only) (#6754) 2025-01-23 14:37:41 +00:00
Notation.lean doc: add recommended spellings for many term notations (#6886) 2025-02-03 13:46:39 +00:00
NotationExtra.lean doc: add recommended spellings for many term notations (#6886) 2025-02-03 13:46:39 +00:00
Omega.lean chore: update copyrights (#5449) 2024-09-24 05:27:53 +00:00
Prelude.lean fix: name of Int.tdiv in HDiv.hDiv docstring (#6885) 2025-01-31 08:52:22 +00:00
PropLemmas.lean feat: lemmas about lexicographic order on Array and Vector (#6399) 2024-12-19 10:36:50 +00:00
RCases.lean
ShareCommon.lean feat: USize.size inequalities (#6203) 2024-11-26 23:42:15 +00:00
SimpLemmas.lean chore: run Batteries linter on Lean (#6364) 2024-12-13 01:28:53 +00:00
Simproc.lean
SizeOf.lean refactor: name the default SizeOf instance (#5981) 2024-11-07 09:21:32 +00:00
SizeOfLemmas.lean refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
Syntax.lean feat: rename Array.setD to setIfInBounds (#6195) 2024-11-24 08:54:19 +00:00
System.lean
Tactics.lean feat: expose_names tactic (#6935) 2025-02-04 00:53:31 +00:00
TacticsExtra.lean feat: activate new tactic configuration syntax for most tactics (#5898) 2024-11-01 02:08:53 +00:00
Try.lean feat: try? tactic (#6905) 2025-02-02 06:37:49 +00:00
Util.lean feat: generalize panic to Sort (#6333) 2024-12-15 21:36:45 +00:00
WF.lean chore: cleanup unused variables (#5579) 2024-10-02 01:51:22 +00:00
WFTactics.lean feat: update omega/solve_by_elim to use new tactic syntax, use new tactic syntax (#5932) 2024-11-03 16:23:37 +00:00
While.lean chore: make 'while' available earlier (#5784) 2024-10-21 05:56:37 +00:00