lean4-htt/tests/lean/run
Leonardo de Moura 3193acecfa fix: flush the CoreM and MetaM caches at modifyEnv
This fix may impact performance. Note that we don't need to flush the
cache if we are "adding" stuff to the environment. We only need to
flush the caches if the change is not monotonic. BTW, most of the
changes are monotonic. I think this is why we did not hit this bug before.

We may also move all these caches to an environment extension. It is
an easy way to make sure we preserve the cache when extending the
environment.

I tried a few benchmarks and did not notice a significant difference.

cc @kha @gebner

fixes #1051
2022-03-17 16:02:30 -07:00
..
.gitignore
28.lean
29.lean
34.lean
52_lean3.lean
91_lean3.lean
102_lean3.lean
108.lean
111.lean
121.lean
125.lean
175.lean
229.lean
262.lean feat: add support for guessing (very) simple WF relations 2022-03-02 11:52:00 -08:00
269.lean
270.lean chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
280.lean
281.lean
282.lean
303.lean
305.lean
310.lean
319.lean
326.lean
327.lean
329.lean
335.lean
337.lean
338.lean
341.lean
382.lean
387.lean
394.lean
436.lean
436_lean3.lean
441.lean
447_lean3.lean
452.lean
457.lean
461a.lean
461b.lean
462.lean
463.lean
470_lean3.lean
471.lean
474_lean3.lean
481.lean
482.lean
492.lean
492_lean3.lean
498.lean chore: remove tryPureCoe? 2022-02-03 16:25:24 -08:00
500_lean3.lean
501.lean chore: style 2022-03-11 16:12:46 -08:00
509.lean
536.lean chore: fix tests 2022-01-15 12:18:09 -08:00
561.lean
569.lean
602.lean
616.lean
633.lean feat: in an inductive family the longest fixed prefix of indices is now promoted to parameters 2022-03-08 17:56:34 -08:00
644.lean
646.lean chore: remove tryPureCoe? 2022-02-03 16:25:24 -08:00
654.lean
664.lean
677.lean chore: remove tryPureCoe? 2022-02-03 16:25:24 -08:00
696.lean
716.lean fix: make sure Quot primitives stay in eta expanded form 2021-10-08 09:36:06 -07:00
753.lean fix: where structure instance parser 2021-12-12 07:52:52 -08:00
760.lean fix: propositions should never be considered enum types 2021-11-04 15:27:15 -07:00
764.lean feat: use binrel_no_prop% to define == notation 2021-11-09 07:46:10 -08:00
783.lean fix: use withSynthesize at elabStructInstance 2021-11-15 16:45:26 -08:00
788.lean fix: nontermination at simp [OfNat.ofNat] 2021-12-10 12:29:33 -08:00
790.lean fix: transparency settings at simp TC check 2021-11-15 18:09:31 -08:00
793.lean fix: fixes #793 2021-11-22 13:28:08 -08:00
796.lean fix: missing universe assignments made during TC resolution 2021-12-12 07:07:13 -08:00
815.lean feat: add Tomas Skrivan's TC resolution improvement 2021-12-06 17:46:11 -08:00
821.lean fix: this must be a keyword 2021-11-29 10:06:15 -08:00
837.lean fix: give preference to non-indices at findRecArg 2021-12-01 16:45:19 -08:00
847.lean feat: add support for guessing (very) simple WF relations 2022-03-02 11:52:00 -08:00
854.lean fix: auxiliary matcher definitions should be treated as abbreviations 2021-12-07 16:43:20 -08:00
860.lean chore: style 2022-03-11 16:12:46 -08:00
879.lean fix: add missing [reducible] annotations Init/WF.lean 2022-01-12 17:12:55 -08:00
891.lean fix: ensure match-expressions compiled using if-then-else can be reduced with TransparencyMode.reducible 2021-12-18 10:55:42 -08:00
909.lean fix: constant folding after erasure 2022-01-03 10:33:07 -08:00
944.lean feat: generalize inferred namespace notation to functions 2022-03-16 23:40:05 +01:00
945.lean fix: equality theorem generation when named patterns are used 2022-01-18 14:37:51 -08:00
946.lean chore: remove problematic instance hasOfNatOfCoe 2022-01-20 14:47:25 -08:00
955.lean fix: use PSum instead of Sum when using well-founded recursion 2022-02-17 16:14:34 -08:00
968.lean fix: use an AC-compatible ordering on Expr at simp 2022-01-22 09:42:59 -08:00
972.lean fix: igore instance implicit arguments in term ordering used at simp 2022-01-24 18:57:31 -08:00
983.lean fix: induction MetaM tactic 2022-01-31 13:41:38 -08:00
986.lean fix: splitMatch tactic 2022-02-02 15:06:03 -08:00
988.lean feat: use mkCongrSimp? at simp 2022-02-07 16:45:01 -08:00
998.lean fix: avoid unnecessary matcheApp.addArgs at BRecOn and Fix 2022-02-08 15:06:14 -08:00
998Export.lean fix: avoid unnecessary matcheApp.addArgs at BRecOn and Fix 2022-02-08 15:06:14 -08:00
1016.lean fix: mark auxiliary noConfusion declarations for enumeration types as [reducible] 2022-02-14 12:03:49 -08:00
1017.lean feat: isolate fixed prefix at well-founded recursion 2022-02-18 10:40:32 -08:00
1018.lean feat: (generalizing := true) is the default behavior for match-expressions 2022-02-15 11:12:04 -08:00
1020.lean fix: mkLetRecClosureFor for nested let-recs 2022-02-16 12:44:02 -08:00
1022.lean feat: support for acyclicity at unifyEqs 2022-02-27 10:03:40 -08:00
1024.lean chore: style 2022-03-11 16:12:46 -08:00
1025.lean chore: style 2022-03-11 16:12:46 -08:00
1029.lean fix: substEqs may close input goal 2022-02-25 08:07:23 -08:00
1030.lean fix: add workarounds to code generator 2022-02-25 08:47:56 -08:00
1037.lean fix: use withoutErrToSorry at apply 2022-03-04 14:36:10 -08:00
1051.lean fix: flush the CoreM and MetaM caches at modifyEnv 2022-03-17 16:02:30 -07:00
1385.lean chore: rename PointedType => NonemptyType 2022-01-15 11:43:53 -08:00
1954.lean
1968.lean
abstractExpr.lean feat: generalize Expr.abstractRange 2022-03-08 18:19:17 -08:00
ac_expr.lean feat: rename tactic byCases => by_cases 2022-02-10 17:11:07 -08:00
ac_refl.lean feat: support Sort u in ac_refl. 2022-03-16 17:21:20 -07:00
ack.lean test: add test for #879 2022-01-12 16:25:09 -08:00
ACltBug.lean fix: missing condition at lpo case 3 2022-01-28 09:47:35 -08:00
adam1.lean test: add CPDT first example 2022-03-12 17:06:20 -08:00
adamTC.lean test: simple type checker at CPDT 2022-03-12 18:44:52 -08:00
adamTC2.lean test: simple type checker at CPDT 2022-03-12 18:44:52 -08:00
alg.lean
allGoals.lean
anonymous_ctor_error_msg.lean
anonymousCtor.lean
applytransp.lean
approxDepth.lean feat: make sure Expr.approxDepth does not overflow 2022-01-22 07:45:19 -08:00
array1.lean
arrowDot.lean feat: support for arrow types in the dot notation 2022-03-11 15:39:41 -08:00
assertAfterBug.lean
autoboundIssues.lean
autoLift.lean
autoLiftIssue.lean
autoparam.lean
backtrackable_estate.lean
balg.lean chore: fix tests 2022-01-20 15:25:59 -08:00
bigctor.lean
bigmul.lean
bigop.lean
binderNotation.lean
binrel.lean
binrelmacros.lean
borrowBug.lean
bubble.lean chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
byteSliceIssue.lean test: add missing test for issue #998 2022-02-09 18:02:01 -08:00
calc.lean
calcBug.lean
casesUsing.lean
catchThe.lean
cdotTests.lean
check.lean
check_failure.lean fix: #check_failure command should succeed if there are stuck TC problems 2021-11-15 16:56:55 -08:00
checkAssignmentIssue.lean
choiceExpectedTypeBug.lean
choiceMacroRules.lean
class_inductive.lean
classAbbrev.lean
closure1.lean
coeIssue1.lean
coeIssue2.lean chore: fix tests 2022-01-20 15:25:59 -08:00
coeIssue3.lean chore: fix tests 2022-01-20 15:25:59 -08:00
coeIssues4.lean chore: remove problematic instance hasOfNatOfCoe 2022-01-20 14:47:25 -08:00
coelambda.lean
CoeNew.lean
coeSort1.lean chore: fix tests 2022-01-20 15:25:59 -08:00
coeSort2.lean
combinatorsAndWF.lean test: plan for supporting combinators (e.g., List.foldl) in WF recursion 2022-03-02 15:18:25 -08:00
CommandExtOverlap.lean feat: add info field to Syntax.node 2021-10-26 20:19:27 +02:00
compiler_erase_bug.lean fix: do not infer type in erase_irrelevant 2022-01-03 07:13:55 -08:00
compiler_proj_bug.lean
concatElim.lean
congrThm.lean feat: add mkCongrSimp.mkProof 2022-02-04 17:57:28 -08:00
constantCompilerBug.lean
constFun.lean
constFun2.lean
contra.lean
contradiction1.lean
contradictionExfalso.lean
contradictionLoop.lean
conv1.lean
core.lean
crashDiv0.lean
csimp_type_error.lean
ctorAutoParams.lean feat: while and repeat macros 2022-02-24 16:26:07 -08:00
Daniel1.lean
deBruijn.lean chore: more general type universes in example 2022-03-15 05:19:02 -07:00
decAuxBug.lean
decClassical.lean
decEq.lean
decidelet.lean
decreasingTacticUpdatedEnvIssue.lean fix: unfold auxiliary theorems created by decreasing_tactic 2022-02-23 09:02:23 -08:00
deep1.lean
def1.lean
def2.lean
def3.lean
def4.lean
def5.lean
def6.lean
def7.lean
def8.lean
def9.lean
def10.lean chore: style 2022-03-11 16:12:46 -08:00
def11.lean
def12.lean chore: fix tests 2022-01-15 12:18:09 -08:00
def13.lean
def14.lean
def15.lean
def16.lean
def17.lean
def18.lean
def19.lean
def20.lean
DefEqAssignBug.lean
depElim1.lean feat: in an inductive family the longest fixed prefix of indices is now promoted to parameters 2022-03-08 17:56:34 -08:00
depHd.lean
deriv.lean
derivingBEq.lean
derivingHashable.lean
derivingInhabited.lean
derivingRpcEncoding.lean
diamond1.lean
diamond2.lean
diamond3.lean
diamond4.lean
diamond5.lean
discrRefinement.lean
discrRefinement2.lean
discrRefinement3.lean chore: fix tests 2022-03-03 18:13:34 -08:00
discrTreeOffset.lean
discrTreeSimp.lean fix: remove @[reducible] annotation from Function.comp and Function.const 2021-11-23 07:29:25 -08:00
do_eqv.lean
do_eqv_proofs.lean
doElemAsTermNotation.lean
dofun_prec.lean
doLetElse.lean feat: add let pat := val | elseCase do-notation 2022-02-03 15:55:03 -08:00
dollarProjIssue.lean
doNotation1.lean feat: add info field to Syntax.node 2021-10-26 20:19:27 +02:00
doNotation2.lean chore: remove tryPureCoe? 2022-02-03 16:25:24 -08:00
doNotation3.lean chore: remove tryPureCoe? 2022-02-03 16:25:24 -08:00
doNotation4.lean
doNotation5.lean
doNotation6.lean
Dorais1.lean
dotNotationRecDecl.lean
doTrailingAtEOI.lean
eagerInliningIssue.lean
elab_cmd.lean
elabCmd.lean
elabIte.lean
elseCaseArrow.lean
elseIfConfusion.lean
emptycOverloadIssues.lean
enumDecEq.lean
eqnsAtSimp.lean fix: use PSum instead of Sum when using well-founded recursion 2022-02-17 16:14:34 -08:00
eqnsAtSimp2.lean fix: use PSum instead of Sum when using well-founded recursion 2022-02-17 16:14:34 -08:00
eqnsAtSimp3.lean feat: add better support for discharging equation theorem hypotheses 2022-01-06 14:42:23 -08:00
eqTheoremForVec.lean fix: use default reducibility when proving equation theorems for definition 2022-01-20 08:23:51 -08:00
eqThm.lean chore: style 2022-03-11 16:12:46 -08:00
etaFirst.lean
etaStruct.lean feat: eta struct support for unit-like datatypes 2021-11-26 08:36:25 -08:00
etaStructProofIrrelIssue.lean fix: eta struct and proof irrelevance issue 2021-11-27 07:15:57 -08:00
eval_unboxed_const.lean
evalBuiltinInit.lean
evalconst.lean
evalInit.lean feat: allow interpretation of constants initialized by native code 2022-03-07 10:59:49 +01:00
evalProp.lean
exp.lean
expandAbbrevAtIsClass.lean
expectedTypePropagation.lean
explicitMotive.lean
explictOpenDeclIssue.lean
expr1.lean
expr_maps.lean
extern.lean
extmacro.lean
falseElimAtSimpLocalDecl.lean
fieldAbbrevInPat.lean
fieldAutoBound.lean
fieldDefaultValueWithoutType.lean
fieldIssue.lean
finally.lean
finDotCtor.lean fix: pattern normalization code 2022-03-12 06:07:04 -08:00
finLit.lean
finMatch.lean
flat_expr.lean
float1.lean
float_cases_bug.lean
float_from_bignum.lean
floatarray.lean
foldConsts.lean
forBodyResultTypeIssue.lean
forInPArray.lean
forInUniv.lean feat: in pure code, do use assume Id monad at do notation 2021-12-10 12:55:14 -08:00
forParallel.lean
french_quote.lean
fun.lean chore: fix tests 2022-01-15 12:18:09 -08:00
funext.lean
funMatchIssue.lean
generalize.lean
generalizeMany.lean feat: add Fin.succ 2022-03-05 17:36:38 -08:00
generalizeTelescope.lean
genindices.lean
getline_crash.lean
haveDestruct.lean
hcongr.lean
hlistOverload.lean fix: :: is infix right 2022-03-13 09:25:56 -07:00
hmul2.lean chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
hmulDefaultIntance.lean
ifcongr.lean
ifThenElseIssue.lean
ifThenElseIssue2.lean fix: add withFreshMacroScope at expandMacroImpl? 2021-10-02 16:57:25 -07:00
impByNameResolution.lean
impLambdaTac.lean chore: remove old notation 2021-10-02 15:06:40 -07:00
implicitApplyIssue.lean
implicitTypesRecCoe.lean
inaccessibleAnnotDefEqIssue.lean fix: inaccessible annotations at isDefEq issue 2021-10-27 09:26:12 -07:00
incmd.lean
ind_cmd_bug.lean
ind_whnf.lean feat: use forallTelescopeReducing 2021-10-25 13:05:23 -07:00
ind_whnf2.lean feat: missing whnf at checkParamsAndResultType 2021-10-25 13:08:43 -07:00
induction1.lean
inductionAltExplicit.lean
inductionParse.lean fix: induction generalizing precedence 2022-01-07 10:45:45 +01:00
inductionTacticBug.lean
inductive1.lean
inductive2.lean
inductive_pred.lean feat: in an inductive family the longest fixed prefix of indices is now promoted to parameters 2022-03-08 17:56:34 -08:00
inductiveIndicesIssue.lean fix: improve inductive indices elaboration 2022-03-08 17:48:46 -08:00
infixprio.lean
inj1.lean
inj2.lean
injectionBug.lean
injections1.lean
injectionsIssue.lean feat: add support for HEq at injections tactic 2022-02-23 17:31:17 -08:00
injective.lean
injHEq.lean feat: support for HEq at injection 2022-02-22 17:24:11 -08:00
injIssue.lean
injSimp.lean
inline_fn.lean
inlineLoop.lean
inliner_loop.lean
instanceIssues.lean fix: use a def-eq aware mapping at toLinearExpr 2022-02-28 13:46:36 -08:00
instances.lean
instanceWhere.lean
instPatVar.lean fix: declare local instaces occurring in patterns 2022-02-12 12:01:08 -08:00
instprio.lean
instuniv.lean
int_to_nat_bug.lean
interp.lean feat: allow overloaded notation in patterns 2022-03-10 12:51:34 -08:00
interp2.lean fix: normalize method at Match.lean 2022-03-11 18:19:37 -08:00
intromacro.lean
IO_test.lean
ioRandomBytes.lean
irCompilerBug.lean chore: remove tryPureCoe? 2022-02-03 16:25:24 -08:00
irreducibleIssue.lean fix: make sure irreducible constants are not unfolded when using the default reducibility setting 2022-01-26 11:55:21 -08:00
isDefEqCheckAssignmentBug.lean chore: remove tryPureCoe? 2022-02-03 16:25:24 -08:00
isDefEqConstApproxIssue.lean feat: improve "constant approximation" heuristic used at isDefEq 2022-02-19 08:09:31 -08:00
isDefEqIssue.lean
isDefEqMVarSelfIssue.lean
isDefEqPerfIssue.lean fix: nasty performance problem at isDefEq 2022-03-12 10:44:43 -08:00
jason1.lean
kernel1.lean
kernel2.lean
kevin.lean
krivine.lean test: add WF test that exposes the need for better error messages 2022-03-02 12:47:19 -08:00
kronRWIssue.lean fix: missing case at getStuckMVar? 2022-03-10 10:33:11 -08:00
KyleAlg.lean
KyleAlgAbbrev.lean
lazyListRotateUnfoldProof.lean chore: add custom induction principle for LazyList 2022-03-11 14:21:35 -08:00
lazylistThunk.lean feat: add support for guessing (very) simple WF relations 2022-03-02 11:52:00 -08:00
lean3_zulip_issues_1.lean
lemma.lean
letMVar.lean feat: elaborate let_mvar% 2021-10-02 16:12:50 -07:00
letrecInProofs.lean
letrecWFIssue.lean test: mutual block not needed 2022-02-11 16:22:13 +01:00
level.lean
levelNamesInTacticMode.lean fix: store levelNames in the SavedContext 2022-02-24 17:47:26 -08:00
liftMethodInMacrosIssue.lean
LiftMethodIssue.lean
linearByRefl.lean feat: add src/Init/Data/Nat/Linear.lean 2022-02-24 13:45:17 -08:00
listDecEq.lean
localNameResolutionWithProj.lean
localParsers.lean
macro.lean chore: fix tests 2022-03-03 18:13:34 -08:00
macro2.lean
macro3.lean
macro_macro.lean
macroid.lean
macroParams.lean
manyAritySyntax.lean
mapTR.lean
match1.lean test: notation for providing names to equality proofs in match expressions is not whitespace sensitivity anymore 2022-02-14 15:51:23 -08:00
match_unit.lean
matchArrayLit.lean
matchDiscrType.lean
matchEqs.lean
matchEqsBug.lean fix: use private names for theorems that are created on demand 2022-02-07 13:16:22 -08:00
matcherElimUniv.lean
matchGenBug.lean chore: fix tests 2022-03-03 18:13:34 -08:00
matchGenIssue.lean
matchNoPostponing.lean
matchRw.lean
matchtac.lean test: notation for providing names to equality proofs in match expressions is not whitespace sensitivity anymore 2022-02-14 15:51:23 -08:00
matchUnifyBug.lean
matchVarIssue.lean
matchWithSearch.lean
mathport18.lean
mathport_issue16.lean
matrix.lean
maze.lean chore: remove tryPureCoe? 2022-02-03 16:25:24 -08:00
mergeSortCPDT.lean fix: preserve variable name at WF decreasing goals when function has only one non fixed argument 2022-03-13 13:20:07 -07:00
meta.lean
meta1.lean
meta2.lean
meta3.lean
meta4.lean
meta5.lean
meta6.lean
meta7.lean feat: eta struct support for unit-like datatypes 2021-11-26 08:36:25 -08:00
methodsRetInhabited.lean chore: fix tests 2022-01-15 12:18:09 -08:00
Miller1.lean
missingDeclName.lean
mixedMacroRules.lean
mixfix.lean
mjissue.lean fix: skip value if type is computationally irrelevant 2022-02-17 10:41:16 -08:00
modAsClasses.lean
monadCache.lean
monadControl.lean
monotone.lean
mulcomm.lean
multiTargetCasesInductionIssue.lean
mut_ind_wf.lean chore: move test to correct folder 2022-02-09 14:32:18 +01:00
mutualDefThms.lean test: simplify proofs 2022-03-02 13:57:43 -08:00
mutwf1.lean feat: isolate fixed prefix at well-founded recursion 2022-02-18 10:40:32 -08:00
mutwf2.lean fix: use PSum instead of Sum when using well-founded recursion 2022-02-17 16:14:34 -08:00
mutwf3.lean feat: isolate fixed prefix at well-founded recursion 2022-02-18 10:40:32 -08:00
mutwf4.lean fix: expandTerminationByNonCore 2022-01-12 16:22:54 -08:00
namespaceIssue.lean
namespaceResolution.lean
nativeReflBackdoor.lean
natlit.lean
nested_match_bug.lean
nestedDo.lean
nestedInductiveIssue.lean
nestedrec.lean
new_compiler.lean
new_frontend2.lean
new_inductive.lean
new_inductive2.lean
newfrontend1.lean
newfrontend2.lean feat: modify notation for providing motive in "match" expressions 2022-02-14 15:36:14 -08:00
newfrontend3.lean
newfrontend5.lean
nicerNestedDos.lean
noindexAnnotation.lean
noncomp.lean test: for Lean 3 nocomputable issue 2021-10-19 07:15:55 -07:00
noncomputable_bug.lean
nonrec.lean
obtain.lean
offsetIssue.lean
ofNat_class.lean feat: indentation sensitiviy for macro and elab commands 2021-10-18 17:16:09 -07:00
ofNatNormNum.lean
openInScopeBug.lean
openTermTactic.lean
optParam.lean chore: fix tests 2022-01-15 12:18:09 -08:00
Ord.lean fix: compare fields top-down in deriving Ord 2022-01-03 07:02:13 -08:00
overAndPartialAppsAtWF.lean chore: style 2022-03-11 16:12:46 -08:00
overloaded.lean
overloadsAndDelayedCoercions.lean fix: interaction between overloaded notation and delayed coercions 2022-03-06 09:49:15 -08:00
panicAtCheckAssignment.lean chore: fix tests 2022-01-15 12:18:09 -08:00
parray1.lean feat: add PersistentArray.foldrM 2021-12-02 17:17:55 -08:00
parsePrelude.lean
parserAliasShadow.lean
partial1.lean
partialApp.lean
patbug.lean
pendingInstBug.lean
pendingMVarIssue.lean
posView.lean test: add Pos view 2022-03-16 10:08:43 -07:00
PPTopDownAnalyze.lean chore: remove tryPureCoe? 2022-02-03 16:25:24 -08:00
precDSL.lean
print_cmd.lean chore: fix tests 2022-01-15 12:18:09 -08:00
printDecls.lean feat: record doc strings of builtin parsers & elaborators 2021-11-26 17:13:19 +01:00
prioDSL.lean
privateCtor.lean
proofIrrelFVar.lean
propagateExpectedType.lean refactor: [s : Setoid α] => {s : Setoid α} or (s : Setoid α) 2022-01-18 09:24:06 -08:00
prv.lean
psumAtWF.lean fix: use PSum instead of Sum when using well-founded recursion 2022-02-17 16:14:34 -08:00
ptrAddr.lean
quasi_pattern_unification_approx_issue.lean
quotInd.lean
range.lean
rational.lean
rc_tests.lean
readerThe.lean
recInfo1.lean
reduce1.lean
reduce2.lean
reduce3.lean
reductionBug.lean
reflectiveIndPred.lean
Reid1.lean
renameFixedPrefix.lean feat: isolate fixed prefix at well-founded recursion 2022-02-18 10:40:32 -08:00
renameI.lean
renaming.lean
Reparen.lean
repeatConv.lean feat: add repeat tactic to conv mode 2021-10-06 14:05:44 -07:00
replace.lean
resolveLVal.lean
returnOptIssue.lean
revert1.lean chore: adapt syntax 2021-11-29 10:06:15 -08:00
root.lean
rw_inst_mvars.lean
sarray.lean feat: in pure code, do use assume Id monad at do notation 2021-12-10 12:55:14 -08:00
scc.lean
scopedCommandAfterOpen.lean
scopedParsers.lean
scopedParsers2.lean
secVarBug.lean
set.lean
setOptionTermTactic.lean
sharecommon.lean
shrinkFn.lean chore: use Prod notation in test 2022-03-16 17:14:16 -07:00
sigmaprec.lean
simp1.lean chore: fix test 2022-02-06 09:15:39 -08:00
simp2.lean
simp3.lean
simp4.lean
simp5.lean
simp6.lean
simp7.lean chore: fix tests 2022-01-15 12:18:09 -08:00
simp_all.lean
simp_all_contextual.lean
simpArith1.lean feat: simplify nested arith expressions 2022-02-27 09:01:52 -08:00
simpAtDefIssue.lean fix: registers eqns info before adding definition 2022-01-06 12:24:40 -08:00
simpBool.lean feat: improve SimpTheorem preprocessor 2022-02-28 18:27:36 -08:00
simpBug.lean
simpCnstr1.lean feat: simplify nested arith expressions 2022-02-27 09:01:52 -08:00
simpCondLemma.lean
simpDefToUnfold.lean
simpDischargeLoop.lean
simpExtraArgsBug.lean fix: bug at tryLemmaCore when numExtraArgs > 1 2021-10-18 13:59:19 -07:00
simpImpLocal.lean
simpInv.lean
simpIssue.lean fix: do not validate local eq theorems 2022-01-27 11:50:20 -08:00
simpLoopBug.lean fix: bug at simpLoop 2021-12-18 06:48:08 -08:00
simpMatchDiscr.lean feat: while and repeat macros 2022-02-24 16:26:07 -08:00
simpOnly.lean
simpPartialApp.lean
simpPreprocess.lean
simpPrio.lean fix: prefer simp lemmas with *higher* priority 2021-11-22 11:52:45 -08:00
simpRwBug.lean
simpStar.lean
simpStarHyp.lean
simpUnfoldAbbrev.lean fix: unfold x<y in discrimination tree module 2021-11-23 07:34:51 -08:00
sizeof1.lean
sizeof2.lean
sizeof3.lean
sizeof4.lean feat: in an inductive family the longest fixed prefix of indices is now promoted to parameters 2022-03-08 17:56:34 -08:00
sizeof5.lean
sizeof6.lean
smartUnfoldingBug.lean refactor: optimize critical import path 2021-12-06 08:05:24 -08:00
spec_issue.lean
specbug.lean
specialize1.lean chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
specialize2.lean chore: style 2022-03-11 16:12:46 -08:00
split1.lean
split2.lean chore: style 2022-03-11 16:12:46 -08:00
split3.lean chore: style 2022-03-11 16:12:46 -08:00
splitIssue.lean fix: auto implicit locals in inductive families 2022-03-05 15:47:20 -08:00
stateRef.lean
streamEqIssue.lean fix: heuristic for deciding which additional propositions must be included in equality theorems 2022-02-24 17:17:07 -08:00
strInterpolation.lean
strLitProj.lean
struct1.lean
struct2.lean
struct3.lean
struct_inst_typed.lean
struct_instance_in_eqn.lean
structInst.lean
structInst2.lean
structInst3.lean
structInst4.lean
structNoBody.lean
structPrivateFieldBug.lean
structPrivateFieldBug2.lean
structuralEqns.lean feat: add mkUnfoldProof 2022-01-07 13:51:45 -08:00
structuralEqns2.lean fix: do not split on if-then-else terms when generating equation theorems 2022-02-09 17:43:35 -08:00
structuralEqns3.lean feat: add mkUnfoldProof 2022-01-07 13:51:45 -08:00
structuralIssue.lean
structuralIssue2.lean
structuralRec1.lean
structure.lean
stuckMVarBug.lean
stuckTC.lean fix: discrimination trees and "stuck" terms 2022-03-05 15:12:20 -08:00
stxKindInsideNamespace.lean
stxMacro.lean
subst.lean
subst1.lean
subtype_inj.lean
suffices.lean
syntax1.lean
syntaxAbbrevQuot.lean feat: support syntax abbreviations in dynamic quotations 2021-12-15 11:17:58 +00:00
syntaxPrio.lean
synth1.lean
synthPending1.lean
synthPendingBug.lean
tactic.lean
tactic1.lean chore: style 2022-03-11 16:12:46 -08:00
tacticExtOverlap.lean feat: add info field to Syntax.node 2021-10-26 20:19:27 +02:00
tacticTests.lean
takeSimpEqns.lean fix: use simpTargetStar when proving equation theorems for recursive definitions 2022-02-08 11:43:45 -08:00
task_test.lean
task_test2.lean
task_test_io.lean
tcUnivIssue.lean
termElab.lean
termParserAttr.lean
TermSeq.lean fix: improve widening operator used at the ElimDeadBranches abstract interpreter 2021-10-06 12:54:07 -07:00
test_single.sh
toExpr.lean
toFromJson.lean chore: remove tryPureCoe? 2022-02-03 16:25:24 -08:00
trace.lean chore: remove tryPureCoe? 2022-02-03 16:25:24 -08:00
traceElabIssue.lean
trans.lean
treeNode.lean test: add TreeNode example using for in notation 2022-03-14 11:52:54 -07:00
tryHeuristicPerfIssue.lean
tryHeuristicPerfIssue2.lean
tryPostponeIssue.lean fix: improve tryPostponeIfMVar 2022-02-03 13:24:19 -08:00
type_class_performance1.lean
typeAscImp.lean
typeclass_append.lean
typeclass_coerce.lean
typeclass_diamond.lean
typeclass_easy.lean
typeclass_loop.lean
typeclass_metas_internal_goals1.lean
typeclass_metas_internal_goals2.lean
typeclass_metas_internal_goals3.lean
typeclass_metas_internal_goals4.lean
typeclass_outparam.lean
ubscalar.lean
unexpected_result_with_bind.lean
unfoldr.lean test: use notation 2022-03-06 19:28:01 -08:00
unif_issue.lean
unif_issue2.lean
unifhint1.lean
unifhint2.lean
unifhint3.lean
unihint.lean
univIssue.lean
update.lean
utf8英語.lean
wfEqns1.lean fix: use PSum instead of Sum when using well-founded recursion 2022-02-17 16:14:34 -08:00
wfEqns2.lean feat: isolate fixed prefix at well-founded recursion 2022-02-18 10:40:32 -08:00
wfEqns3.lean chore: use termination_by' 2022-01-11 15:00:53 -08:00
wfEqns4.lean feat: isolate fixed prefix at well-founded recursion 2022-02-18 10:40:32 -08:00
wfEqnsIssue.lean fix: invalid rewrite when proving equation theorems for declaration using well-founded recursion 2022-02-22 16:38:51 -08:00
wfForIn.lean feat: elaborate for h : x in xs do ... notation 2022-03-03 19:52:26 -08:00
wfOverapplicationIssue.lean chore: style 2022-03-11 16:12:46 -08:00
wfrecUnary.lean chore: use termination_by' 2022-01-11 15:00:53 -08:00
WFRelSearch.lean feat: add getForbiddenByTrivialSizeOf 2022-03-03 11:12:32 -08:00
wfSum.lean feat: isolate fixed prefix at well-founded recursion 2022-02-18 10:40:32 -08:00
where1.lean
whileRepeat.lean feat: while and repeat macros 2022-02-24 16:26:07 -08:00
whnfDelayedMVarIssue.lean
WindowsNewlines.lean
withReducibleAndInstancesCrash.lean