lean4-htt/src/Lean/Elab/PreDefinition
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
..
Nonrec refactor: more idiomatic syntax for if h: (#5567) 2024-10-01 15:23:54 +00:00
Structural refactor: more idiomatic syntax for if h: (#5567) 2024-10-01 15:23:54 +00:00
WF refactor: more idiomatic syntax for if h: (#5567) 2024-10-01 15:23:54 +00:00
Basic.lean feat: localize universe metavariable errors at let bindings and fun binders (#5402) 2024-09-24 05:30:42 +00:00
Eqns.lean chore: fix spelling mistakes in error messages/exceptions (#5425) 2024-09-23 13:19:05 +00:00
EqUnfold.lean feat: generate f.eq_unfold lemmas (#5141) 2024-08-29 16:47:40 +00:00
Main.lean feat: localize universe metavariable errors at let bindings and fun binders (#5402) 2024-09-24 05:30:42 +00:00
MkInhabitant.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Structural.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
TerminationArgument.lean chore: fix spelling mistakes in src/Lean/Elab/ (#5435) 2024-09-23 21:58:16 +00:00
TerminationHint.lean chore: fix spelling mistakes in src/Lean/Elab/ (#5435) 2024-09-23 21:58:16 +00:00
WF.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00