lean4-htt/src/Lean/Compiler/LCNF/Simp
2022-10-15 11:56:52 -07:00
..
Basic.lean refactor: move isTemplateLike to LCNF/Basic.lean 2022-10-15 08:51:20 -07:00
Config.lean feat: do not inline definitions occurring in instances at the base phase 2022-10-12 16:24:16 -07:00
ConstantFold.lean chore: remove unnecessary match 2022-10-13 18:56:17 -07:00
DefaultAlt.lean
DiscrM.lean chore: add workarounds for old code generator 2022-10-13 07:09:19 -07:00
FunDeclInfo.lean
InlineCandidate.lean feat: store inline attribute at LCNF declarations 2022-10-13 02:06:35 -07:00
InlineProj.lean refactor: remove type compatibility sanity checks at LCNF Check.lean 2022-10-13 06:01:41 -07:00
JpCases.lean fix: missing dependency check at simpJpCases? 2022-10-03 19:39:10 -07:00
Main.lean fix: if inlined code returns a function and has more than one exit point, create an auxiliary function instead of a join point that takes a closure as argument 2022-10-15 11:56:52 -07:00
SimpM.lean perf: missing annotations and helper instances 2022-10-14 08:42:50 -07:00
SimpValue.lean refactor: remove type compatibility sanity checks at LCNF Check.lean 2022-10-13 06:01:41 -07:00
Used.lean