lean4-htt/src/Lean
Leonardo de Moura 78ab60d045
feat: cases? tactic for grind interactive mode (#10824)
This PR implements the `cases?` tactic for the `grind` interactive mode.
It provides a convenient way to select anchors. Users can filter the
candidates using the filter language. Examples:

<img width="1454" height="399" alt="image"
src="https://github.com/user-attachments/assets/fc370c2e-97f9-4d68-93a6-f0ebf33499f8"
/>

<img width="1447" height="166" alt="image"
src="https://github.com/user-attachments/assets/6c9c3707-79f7-4c63-8007-8d0aaedecc45"
/>
2025-10-17 15:44:19 +00:00
..
Compiler chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Data feat: backward.privateInPublic option (#10807) 2025-10-16 20:51:45 +00:00
DocString chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Elab feat: cases? tactic for grind interactive mode (#10824) 2025-10-17 15:44:19 +00:00
ErrorExplanations feat: overhaul meta system (#10362) 2025-09-17 21:04:29 +00:00
Language chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Linter chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Meta feat: cases? tactic for grind interactive mode (#10824) 2025-10-17 15:44:19 +00:00
Parser feat: backward.privateInPublic option (#10807) 2025-10-16 20:51:45 +00:00
ParserCompiler chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
PremiseSelection chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
PrettyPrinter chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Server chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Util chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Widget chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
AddDecl.lean feat: backward.privateInPublic option (#10807) 2025-10-16 20:51:45 +00:00
Attributes.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
AuxRecursor.lean
BuiltinDocAttr.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Class.lean refactor: update and consolidate attribute-related error messages (#9495) 2025-07-26 02:03:18 +00:00
Compiler.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
CoreM.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Data.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Declaration.lean
DeclarationRange.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
DefEqAttrib.lean perf: clarify and granularize access to async env ext state (#9587) 2025-08-02 17:01:08 +00:00
DocString.lean
Elab.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
EnvExtension.lean feat: shake import minimizer aware of the module system and arbitrary elaboration dependencies (#10575) 2025-09-28 16:00:00 +00:00
Environment.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
ErrorExplanation.lean feat: add useful functions in Parsec, add error variant and Std.Data.ByteSlice (#9599) 2025-09-11 14:53:41 +00:00
ErrorExplanations.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Exception.lean feat: hint about inaccessible private declaration on dot notation failure (#10803) 2025-10-17 09:31:56 +00:00
Expr.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
ExtraModUses.lean feat: shake import minimizer aware of the module system and arbitrary elaboration dependencies (#10575) 2025-09-28 16:00:00 +00:00
HeadIndex.lean
Hygiene.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
ImportingFlag.lean chore: miscellaneous documentation typos (#10009) 2025-08-20 21:39:03 +00:00
InternalExceptionId.lean chore: reorganize Init imports around strings (#10289) 2025-09-07 17:09:14 +00:00
KeyedDeclsAttribute.lean fix: some ExtraModUses (#10620) 2025-10-03 15:50:40 +00:00
LabelAttribute.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Level.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Linter.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
LoadDynlib.lean fix: do not allow access to private primitives in public scope (#9890) 2025-08-14 15:34:54 +00:00
LocalContext.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Log.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Message.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Meta.lean feat: @[method_specs] to generate specification theorems from class instances (#10302) 2025-09-15 11:17:06 +00:00
MetavarContext.lean fix: remove superfluous Monad instances from some spec lemmas (#10564) (#10618) 2025-09-29 15:02:43 +00:00
Modifiers.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
MonadEnv.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Namespace.lean
Parser.lean feat: hexnum parser (#10716) 2025-10-08 21:12:03 +00:00
ParserCompiler.lean chore: even more module system fixes and refinements from Mathlib porting (#10726) 2025-10-15 14:59:09 +00:00
PremiseSelection.lean feat: basic premise selection algorithm based on MePo (#7844) 2025-09-23 06:40:22 +00:00
PrettyPrinter.lean perf: shorten rebuild critical path by 19% (#9626) 2025-08-01 11:18:21 +00:00
PrivateName.lean
ProjFns.lean
ReducibilityAttrs.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Replay.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
ReservedNameAction.lean
ResolveName.lean feat: backward.privateInPublic option (#10807) 2025-10-16 20:51:45 +00:00
Runtime.lean
ScopedEnvExtension.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Server.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Setup.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Shell.lean refactor: port more of shell.cpp to Lean (#10086) 2025-08-26 20:02:42 +00:00
Structure.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
SubExpr.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Syntax.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
ToExpr.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
ToLevel.lean
Util.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Widget.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00