lean4-htt/src/Lean/Elab/PreDefinition/Structural
Joachim Breitner 60096e7d15
refactor: more idiomatic syntax for if h: (#5567)
https://github.com/leanprover/lean4/pull/5552 introduced a fair number
of `if h:`, but the slightly preferred style is `if h :`, with a space,
so here goes a quick `sed`.
2024-10-01 15:23:54 +00:00
..
Basic.lean refactor: IndGroupInfo and IndGroupInst (#4738) 2024-07-13 08:30:09 +00:00
BRecOn.lean chore: remove repeated words (#5438) 2024-09-24 03:40:11 +00:00
Eqns.lean refactor: more idiomatic syntax for if h: (#5567) 2024-10-01 15:23:54 +00:00
FindRecArg.lean chore: fix spelling mistakes in src/Lean/Elab/ (#5435) 2024-09-23 21:58:16 +00:00
IndGroupInfo.lean chore: fix spelling mistakes in src/Lean/Elab/ (#5435) 2024-09-23 21:58:16 +00:00
IndPred.lean fix: IndPred: track function's motive in a let binding, use withoutProofIrrelevance, no chaining (#4839) 2024-07-28 17:22:27 +00:00
Main.lean feat: fine-grained equational lemmas for non-recursive functions (#4154) 2024-08-22 13:26:58 +00:00
Preprocess.lean chore: fix spelling mistakes in src/Lean/Elab/ (#5435) 2024-09-23 21:58:16 +00:00
RecArgInfo.lean chore: fix spelling mistakes in src/Lean/Elab/ (#5435) 2024-09-23 21:58:16 +00:00
SmartUnfolding.lean refactor: lambdaBoundedTelescope (#4642) 2024-07-03 15:57:12 +00:00