lean4-htt/tests/lean
Leonardo de Moura 8d69909b18
feat: literals, lower and upper bounds in the offset constraint module within grind (#6648)
This PR adds support for numerals, lower & upper bounds to the offset
constraint module in the `grind` tactic. `grind` can now solve examples
such as:
```
example (f : Nat → Nat) :
        f 2 = a →
        b ≤ 1 → b ≥ 1 →
        c = b + 1 →
        f c = a := by
  grind
```
In the example above, the literal `2` and the lower&upper bounds, `b ≤
1` and `b ≥ 1`, are now processed by offset constraint module.
2025-01-15 02:53:31 +00:00
..
interactive fix: proper "excess binders" error locations for rintro and intro (#6565) 2025-01-08 08:36:45 +00:00
new-compiler chore: remove repeated words (#5438) 2024-09-24 03:40:11 +00:00
Reformat
run feat: literals, lower and upper bounds in the offset constraint module within grind (#6648) 2025-01-15 02:53:31 +00:00
server test: do not filter output for non-diff tests (#6308) 2024-12-04 17:49:35 +00:00
trust0 test: do not filter output for non-diff tests (#6308) 2024-12-04 17:49:35 +00:00
.gitignore
217.lean
217.lean.expected.out
220.lean
220.lean.expected.out
223.lean
223.lean.expected.out
236.lean
236.lean.expected.out
241.lean
241.lean.expected.out
242.lean fix: validate atoms modulo leading and trailing whitespace (#6012) 2024-11-14 10:40:17 +00:00
242.lean.expected.out fix: validate atoms modulo leading and trailing whitespace (#6012) 2024-11-14 10:40:17 +00:00
243.lean
243.lean.expected.out
247.lean
247.lean.expected.out
248.lean
248.lean.expected.out
255.lean
255.lean.expected.out fix: app unexpander for sorryAx (#5759) 2024-10-18 01:44:52 +00:00
276.lean fix: make elabAsElim aware of explicit motive arguments (#4817) 2024-07-29 19:18:47 +00:00
276.lean.expected.out fix: make elabAsElim aware of explicit motive arguments (#4817) 2024-07-29 19:18:47 +00:00
277a.lean chore: fix spelling mistakes in tests (#5439) 2024-09-24 03:22:53 +00:00
277a.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
277b.lean
277b.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
283.lean
283.lean.expected.out
297.lean
297.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
301.lean
301.lean.expected.out
302.lean
302.lean.expected.out
307.lean chore: remove deprecated aliases for Int.tdiv and Int.tmod (#6322) 2024-12-08 05:19:42 +00:00
307.lean.expected.out chore: remove deprecated aliases for Int.tdiv and Int.tmod (#6322) 2024-12-08 05:19:42 +00:00
309.lean
309.lean.expected.out
331.lean
331.lean.expected.out
345.lean.expected.out
346.lean
346.lean.expected.out
348.lean
348.lean.expected.out
353.lean
353.lean.expected.out
361.lean
361.lean.expected.out
366.lean
366.lean.expected.out chore: use emoji variant of ️,️,💥️ (#5173) 2024-08-26 19:46:37 +00:00
386.lean
386.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
389.lean
389.lean.expected.out
414.lean
414.lean.expected.out
415.lean
415.lean.expected.out
421.lean
421.lean.expected.out
423.lean
423.lean.expected.out
435.lean
435.lean.expected.out
435b.lean
435b.lean.expected.out
439.lean.expected.out
440.lean
440.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
445.lean
445.lean.expected.out
448.lean
448.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
449.lean
449.lean.expected.out
450.lean
450.lean.expected.out
469.lean
469.lean.expected.out
474.lean feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
474.lean.expected.out fix: avoid delaborating with field notation if object is a metavariable (#6014) 2024-11-08 20:57:37 +00:00
490.lean
490.lean.expected.out
496.lean
496.lean.expected.out
529.lean
529.lean.expected.out
550.lean
550.lean.expected.out
586.lean
586.lean.expected.out
593.lean
593.lean.expected.out
603.lean.expected.out
604.lean
604.lean.expected.out
620.lean
620.lean.expected.out
621.lean
621.lean.expected.out
625.lean
625.lean.expected.out
641.lean
641.lean.expected.out
653.lean
653.lean.expected.out
655.lean
655.lean.expected.out
679.lean
679.lean.expected.out
689.lean
689.lean.expected.out
690.lean
690.lean.expected.out
697.lean
697.lean.expected.out
714.lean
714.lean.expected.out
755.lean fix: make sure monad lift coercion elaborator has no side effects (#6024) 2024-11-13 16:22:31 +00:00
755.lean.expected.out fix: make sure monad lift coercion elaborator has no side effects (#6024) 2024-11-13 16:22:31 +00:00
770.lean
770.lean.expected.out
799.lean
799.lean.expected.out
801.lean
801.lean.expected.out
813.lean
813.lean.expected.out
815b.lean
815b.lean.expected.out chore: use emoji variant of ️,️,💥️ (#5173) 2024-08-26 19:46:37 +00:00
906.lean
906.lean.expected.out
916.lean
916.lean.expected.out
948.lean
948.lean.expected.out
951.lean
951.lean.expected.out
973.lean
973.lean.expected.out
973b.lean
973b.lean.expected.out chore: use emoji variant of ️,️,💥️ (#5173) 2024-08-26 19:46:37 +00:00
995.lean
995.lean.expected.out
1007.lean chore: fix spelling mistakes in tests (#5439) 2024-09-24 03:22:53 +00:00
1007.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
1011.lean
1011.lean.expected.out
1018unknowMVarIssue.lean
1018unknowMVarIssue.lean.expected.out feat: allow structure in mutual blocks (#6125) 2024-11-22 09:20:07 +00:00
1021.lean
1021.lean.expected.out fix: declaration ranges changed after stage0 update (#5845) 2024-10-25 21:38:06 +00:00
1027.lean
1027.lean.expected.out
1038.lean
1038.lean.expected.out
1039.lean
1039.lean.expected.out
1050.lean
1050.lean.expected.out
1057.lean
1057.lean.expected.out
1062.lean
1062.lean.expected.out
1074b.lean feat: infer Prop for inductive/structure when defining syntactic subsingletons (#5517) 2024-10-08 22:39:38 +00:00
1074b.lean.expected.out fix: app unexpander for sorryAx (#5759) 2024-10-18 01:44:52 +00:00
1079.lean
1079.lean.expected.out
1081.lean feat: upstream definition of Vector from Batteries (#6197) 2024-11-24 23:01:32 +00:00
1081.lean.expected.out fix: make sure monad lift coercion elaborator has no side effects (#6024) 2024-11-13 16:22:31 +00:00
1098.lean
1098.lean.expected.out
1102.lean
1102.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
1112.lean
1112.lean.expected.out
1113.lean feat: Simp.Config.implicitDefEqProofs (#4595) 2024-11-29 22:29:27 +00:00
1113.lean.expected.out
1163.lean.expected.out
1206.lean
1206.lean.expected.out
1235.lean
1235.lean.expected.out
1240.lean
1240.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
1275.lean
1275.lean.expected.out fix: make sure name literals use escaping when pretty printing (#5639) 2024-10-08 17:36:49 +00:00
1279.lean
1279.lean.expected.out
1279_simplified.lean
1279_simplified.lean.expected.out
1292.lean
1292.lean.expected.out
1298.lean
1298.lean.expected.out
1301.lean
1301.lean.expected.out fix: app unexpander for sorryAx (#5759) 2024-10-18 01:44:52 +00:00
1321.lean
1321.lean.expected.out
1358.lean
1358.lean.expected.out
1363.lean chore: move Lean.Data.Parsec to Std.Internal.Parsec (#5115) 2024-08-21 15:26:17 +00:00
1363.lean.expected.out
1367.lean
1367.lean.expected.out
1371.lean
1371.lean.expected.out
1377.lean
1377.lean.expected.out
1433.lean
1433.lean.expected.out fix: make sure monad lift coercion elaborator has no side effects (#6024) 2024-11-13 16:22:31 +00:00
1569.lean
1569.lean.expected.out
1571.lean
1571.lean.expected.out
1576.lean
1576.lean.expected.out feat: adds optConfig syntax for tactic configuration (#5883) 2024-10-30 23:31:34 +00:00
1606.lean
1606.lean.expected.out
1616.lean
1616.lean.expected.out
1668.lean
1668.lean.expected.out
1673.lean
1673.lean.expected.out
1681.lean
1681.lean.expected.out
1682.lean
1682.lean.expected.out
1690.lean
1690.lean.expected.out
1705.lean
1705.lean.expected.out
1707.lean
1707.lean.expected.out
1719.lean
1719.lean.expected.out fix: remove withoutRecover from apply elaboration (#5862) 2024-10-28 21:27:14 +00:00
1760.lean
1760.lean.expected.out
1763.lean
1763.lean.expected.out
1779.lean
1779.lean.expected.out
1781.lean
1781.lean.expected.out
1804.lean
1804.lean.expected.out
1825.lean
1825.lean.expected.out feat: decide +revert and improvements to native_decide (#5999) 2024-11-08 18:17:46 +00:00
1845.lean
1845.lean.expected.out
1856.lean
1856.lean.expected.out
1870.lean chore: upstream Zero and NeZero 2024-09-10 19:30:09 +10:00
1870.lean.expected.out fix: prevent addPPExplicitToExposeDiff from assigning metavariables (#5276) 2024-10-28 22:51:41 +00:00
1878.lean
1878.lean.expected.out
1891.lean
1891.lean.expected.out
1918.lean
1918.lean.expected.out
1971.lean
1971.lean.expected.out
2005.lean
2005.lean.expected.out
2006.lean
2006.lean.expected.out
2045.lean
2045.lean.expected.out
2077.lean
2077.lean.expected.out
2115.lean
2115.lean.expected.out
2125.lean
2125.lean.expected.out
2178.lean chore: upstream Zero and NeZero 2024-09-10 19:30:09 +10:00
2178.lean.expected.out
2273.lean
2273.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
2361.lean
2361.lean.expected.out
2505.lean
2505.lean.expected.out feat: new snapshot architecture on the cmdline (#3106) 2024-08-05 15:57:42 +00:00
2514.lean
2514.lean.expected.out
2634.lean
2634.lean.expected.out
3057.lean
3057.lean.expected.out
3140.lean
3140.lean.expected.out
3989_1.lean
3989_1.lean.expected.out
3989_2.lean
3989_2.lean.expected.out
4089.lean
4089.lean.expected.out feat: new snapshot architecture on the cmdline (#3106) 2024-08-05 15:57:42 +00:00
4117.lean
4117.lean.expected.out
4240.lean
4240.lean.expected.out feat: new snapshot architecture on the cmdline (#3106) 2024-08-05 15:57:42 +00:00
4309.lean
4309.lean.expected.out
4375.lean
4375.lean.expected.out
4452.lean feat: @[deprecated] requires a replacement identifier or message, and a since field (#6112) 2024-11-26 08:45:54 +00:00
4452.lean.expected.out feat: @[deprecated] requires a replacement identifier or message, and a since field (#6112) 2024-11-26 08:45:54 +00:00
4591.lean
4591.lean.expected.out
4845.lean fix: wildcard generalize only generalizes visible theorems (#4846) 2024-10-25 05:09:28 +00:00
4845.lean.expected.out fix: wildcard generalize only generalizes visible theorems (#4846) 2024-10-25 05:09:28 +00:00
6601.lean fix: allow dot idents to resolve to local names (#6602) 2025-01-12 17:18:22 +00:00
6601.lean.expected.out fix: allow dot idents to resolve to local names (#6602) 2025-01-12 17:18:22 +00:00
abst.lean
abst.lean.expected.out
allFieldForConstants.lean
allFieldForConstants.lean.expected.out
ambiguousOpenExport.lean
ambiguousOpenExport.lean.expected.out
antiquotRecovery.lean
antiquotRecovery.lean.expected.out
appParserIssue.lean
appParserIssue.lean.expected.out
argNameAtPlaceholderError.lean
argNameAtPlaceholderError.lean.expected.out
argNameIfMacroScopes.lean
argNameIfMacroScopes.lean.expected.out
arrayGetU.lean feat: change Array.get to take a Nat and a proof (#6032) 2024-11-12 03:30:46 +00:00
arrayGetU.lean.expected.out
attrCmd.lean
attrCmd.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
autobound_and_macroscopes.lean
autobound_and_macroscopes.lean.expected.out
autoBoundErrorMsg.lean
autoBoundErrorMsg.lean.expected.out
autoBoundImplicits1.lean
autoBoundImplicits1.lean.expected.out
autoBoundImplicits2.lean
autoBoundImplicits2.lean.expected.out
autoBoundPostponeLoop.lean
autoBoundPostponeLoop.lean.expected.out
autoImplicitChain.lean
autoImplicitChain.lean.expected.out
autoImplicitChainNameIssue.lean
autoImplicitChainNameIssue.lean.expected.out feat: accurate binder names in signatures (like in output of #check) (#5827) 2024-10-29 16:43:11 +00:00
autoImplicitCtorParamIssue.lean
autoImplicitCtorParamIssue.lean.expected.out
autoImplicitForbidden.lean
autoImplicitForbidden.lean.expected.out
autoIssue.lean
autoIssue.lean.expected.out
autoPPExplicit.lean
autoPPExplicit.lean.expected.out
auxDeclIssue.lean
auxDeclIssue.lean.expected.out
badBinderName.lean
badBinderName.lean.expected.out
badIhName.lean
badIhName.lean.expected.out
beginEndAsMacro.lean
beginEndAsMacro.lean.expected.out
bigUnivOffsets.lean
bigUnivOffsets.lean.expected.out
binder_predicates.lean
binder_predicates.lean.expected.out
binderCacheIssue.lean
binderCacheIssue.lean.expected.out
binderCacheIssue2.lean
binderCacheIssue2.lean.expected.out
bindersAbstractingUnassignedMVars.lean
bindersAbstractingUnassignedMVars.lean.expected.out
binop_at_pattern_issue.lean
binop_at_pattern_issue.lean.expected.out
binop_lazy.lean
binop_lazy.lean.expected.out
binopInfoTree.lean
binopInfoTree.lean.expected.out
binopQuotPrecheck.lean
binopQuotPrecheck.lean.expected.out
binrel_binop.lean
binrel_binop.lean.expected.out
binrelTypeMismatch.lean
binrelTypeMismatch.lean.expected.out fix: app unexpander for sorryAx (#5759) 2024-10-18 01:44:52 +00:00
binsearch.lean
binsearch.lean.expected.out
bintreeGoal.lean
bintreeGoal.lean.expected.out
bitwise.lean
bitwise.lean.expected.out
bool2int.lean feat: Bool.to(U)IntX (#6060) 2024-11-13 15:49:16 +00:00
bool2int.lean.expected.out feat: Bool.to(U)IntX (#6060) 2024-11-13 15:49:16 +00:00
bool_simp.lean chore: fix spelling mistakes in tests (#5439) 2024-09-24 03:22:53 +00:00
bool_simp.lean.expected.out
builtinSimprocTrace.lean
builtinSimprocTrace.lean.expected.out
byCasesMetaM.lean
byCasesMetaM.lean.expected.out
byStrictIndent.lean
byStrictIndent.lean.expected.out
bytearray.lean
bytearray.lean.expected.out
cacheIssue.lean
cacheIssue.lean.expected.out
calcErrors.lean
calcErrors.lean.expected.out fix: make sure monad lift coercion elaborator has no side effects (#6024) 2024-11-13 16:22:31 +00:00
casesOnCases.lean
casesOnCases.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
caseSuggestions.lean
caseSuggestions.lean.expected.out
cdotTuple.lean
cdotTuple.lean.expected.out
class_def_must_fail.lean
class_def_must_fail.lean.expected.out
classBadOutParam.lean
classBadOutParam.lean.expected.out chore: refactor structure command, fixes (#5842) 2024-10-25 19:46:17 +00:00
coe.lean
coe.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
coeAttr1.lean
coeAttr1.lean.expected.out
coeM.lean fix: make sure monad lift coercion elaborator has no side effects (#6024) 2024-11-13 16:22:31 +00:00
coeM.lean.expected.out
collectDepsIssue.lean
collectDepsIssue.lean.expected.out
commandPrefix.lean
commandPrefix.lean.expected.out
computedFieldsCode.lean
computedFieldsCode.lean.expected.out feat: new snapshot architecture on the cmdline (#3106) 2024-08-05 15:57:42 +00:00
congrThm.lean
congrThm.lean.expected.out
congrThmIssue.lean
congrThmIssue.lean.expected.out
constDelab.lean
constDelab.lean.expected.out
constructorTac.lean
constructorTac.lean.expected.out
consumePPHint.lean
consumePPHint.lean.expected.out
conv1.lean
conv1.lean.expected.out feat: conv arg now can access more arguments (#5894) 2024-11-01 02:12:14 +00:00
convInConv.lean
convInConv.lean.expected.out
convPatternAtLetIssue.lean
convPatternAtLetIssue.lean.expected.out
convPatternMatchIssue.lean
convPatternMatchIssue.lean.expected.out
convZetaLetExt.lean
convZetaLetExt.lean.expected.out
copy-produced
csimpAttr.lean
csimpAttr.lean.expected.out feat: new snapshot architecture on the cmdline (#3106) 2024-08-05 15:57:42 +00:00
csimpAttrAppend.lean
csimpAttrAppend.lean.expected.out feat: new snapshot architecture on the cmdline (#3106) 2024-08-05 15:57:42 +00:00
ctor_layout.lean chore: revert "chore: temporarily remove test broken by #4746" (#5201) 2024-08-29 08:47:48 +00:00
ctor_layout.lean.expected.out chore: revert "chore: temporarily remove test broken by #4746" (#5201) 2024-08-29 08:47:48 +00:00
ctorUnivTooBig.lean
ctorUnivTooBig.lean.expected.out feat: allow structure in mutual blocks (#6125) 2024-11-22 09:20:07 +00:00
dbgMacros.lean
dbgMacros.lean.expected.out feat: new snapshot architecture on the cmdline (#3106) 2024-08-05 15:57:42 +00:00
decEqMutualInductives.lean
decEqMutualInductives.lean.expected.out refactor: deriving DecidableEq to use termination_by structural (#4826) 2024-07-29 21:24:05 +00:00
decimals.lean
decimals.lean.expected.out
decreasing_by.lean feat: always run clean_wf, even before decreasing_by (#5016) 2024-08-15 14:42:15 +00:00
decreasing_by.lean.expected.out feat: always run clean_wf, even before decreasing_by (#5016) 2024-08-15 14:42:15 +00:00
defaultInstance.lean
defaultInstance.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
defaultInstanceWithPrio.lean
defaultInstanceWithPrio.lean.expected.out
defInst.lean
defInst.lean.expected.out fix: app unexpander for sorryAx (#5759) 2024-10-18 01:44:52 +00:00
delabDoLetFun.lean
delabDoLetFun.lean.expected.out
delabOverApp.lean
delabOverApp.lean.expected.out chore: review delaborators, make sure they respond to pp.explicit (#5830) 2024-10-24 22:56:47 +00:00
delabUnexpand.lean
delabUnexpand.lean.expected.out
delta.lean
delta.lean.expected.out
deltaRedIndPredBelow.lean
deltaRedIndPredBelow.lean.expected.out
deprecated.lean
deprecated.lean.expected.out feat: @[deprecated] requires a replacement identifier or message, and a since field (#6112) 2024-11-26 08:45:54 +00:00
derivingDecidableEq.lean
derivingDecidableEq.lean.expected.out
derivingHashable.lean
derivingHashable.lean.expected.out
derivingRpcEncoding.lean
derivingRpcEncoding.lean.expected.out
diamond1.lean
diamond1.lean.expected.out chore: in #print for structures, mention 'field notation' (#6406) 2024-12-17 02:21:03 +00:00
diamond2.lean
diamond2.lean.expected.out
diamond3.lean
diamond3.lean.expected.out
diamond4.lean
diamond4.lean.expected.out
diamond5.lean
diamond5.lean.expected.out
diamond6.lean
diamond6.lean.expected.out
diamond7.lean chore: upstream Zero and NeZero 2024-09-10 19:30:09 +10:00
diamond7.lean.expected.out
diamond8.lean chore: upstream Zero and NeZero 2024-09-10 19:30:09 +10:00
diamond8.lean.expected.out chore: in #print for structures, mention 'field notation' (#6406) 2024-12-17 02:21:03 +00:00
diamond9.lean chore: upstream Zero and NeZero 2024-09-10 19:30:09 +10:00
diamond9.lean.expected.out
diamond10.lean chore: upstream Zero and NeZero 2024-09-10 19:30:09 +10:00
diamond10.lean.expected.out
discrTreeIota.lean
discrTreeIota.lean.expected.out
docStr.lean
docStr.lean.expected.out fix: include references in attributes in call hierarchy (#5650) 2024-10-18 15:38:32 +00:00
doErrorMsg.lean
doErrorMsg.lean.expected.out
doIfLet.lean
doIfLet.lean.expected.out
doIssue.lean
doIssue.lean.expected.out
doLetLoop.lean
doLetLoop.lean.expected.out
doNotation1.lean feat: upstream definition of Vector from Batteries (#6197) 2024-11-24 23:01:32 +00:00
doNotation1.lean.expected.out feat: upstream definition of Vector from Batteries (#6197) 2024-11-24 23:01:32 +00:00
doSeqRightIssue.lean
doSeqRightIssue.lean.expected.out
doubleReset.lean
doubleReset.lean.expected.out feat: new snapshot architecture on the cmdline (#3106) 2024-08-05 15:57:42 +00:00
dsimpViaConst.lean
dsimpViaConst.lean.expected.out
dsimpZetaIssue.lean
dsimpZetaIssue.lean.expected.out
eagerCoeExpansion.lean
eagerCoeExpansion.lean.expected.out feat: add delaborators for <|>, <*>, >>, <*, and *> (#5854) 2024-10-26 23:49:16 +00:00
eagerUnfoldingIssue.lean
eagerUnfoldingIssue.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
ellipsisProjIssue.lean
ellipsisProjIssue.lean.expected.out
elseifDoErrorPos.lean
elseifDoErrorPos.lean.expected.out
emptyc.lean
emptyc.lean.expected.out
emptyTypeAscription.lean
emptyTypeAscription.lean.expected.out
eoi.lean
eoi.lean.expected.out
eraseInsts.lean
eraseInsts.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
eraseSimp.lean
eraseSimp.lean.expected.out
errorOnInductionForNested.lean
errorOnInductionForNested.lean.expected.out
errorRecoveryBug.lean
errorRecoveryBug.lean.expected.out
eta.lean
eta.lean.expected.out
etaReducedMvarAssignments.lean
etaReducedMvarAssignments.lean.expected.out chore: use emoji variant of ️,️,💥️ (#5173) 2024-08-26 19:46:37 +00:00
etaStructIssue.lean feat: infer Prop for inductive/structure when defining syntactic subsingletons (#5517) 2024-10-08 22:39:38 +00:00
etaStructIssue.lean.expected.out fix: make sure monad lift coercion elaborator has no side effects (#6024) 2024-11-13 16:22:31 +00:00
eval_except.lean
eval_except.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
evalCmd.lean
evalCmd.lean.expected.out
evalInstMessage.lean
evalInstMessage.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
evalLeak.lean
evalLeak.lean.expected.out
evalNone.lean
evalNone.lean.expected.out
evalSorry.lean
evalSorry.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
evalWithMVar.lean
evalWithMVar.lean.expected.out
exactErrorPos.lean
exactErrorPos.lean.expected.out
exceptionalTrace.lean
exceptionalTrace.lean.expected.out
exitAfterParseError.lean
exitAfterParseError.lean.expected.out
expandExplicitBinders.lean
expandExplicitBinders.lean.expected.out
extract.lean
extract.lean.expected.out
failTac.lean
failTac.lean.expected.out
file_not_found.lean
file_not_found.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
filePath.lean
filePath.lean.expected.out
fixedIndexToParamIssue.lean
fixedIndexToParamIssue.lean.expected.out
fixedIndicesToParams.lean
fixedIndicesToParams.lean.expected.out
forallMetaBounded.lean
forallMetaBounded.lean.expected.out
forErrors.lean
forErrors.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
Format.lean
Format.lean.expected.out
formatTerm.lean
formatTerm.lean.expected.out
fun.lean
fun.lean.expected.out
funExpected.lean
funExpected.lean.expected.out
funind_errors.lean feat: change Array.get to take a Nat and a proof (#6032) 2024-11-12 03:30:46 +00:00
funind_errors.lean.expected.out feat: change Array.get to take a Nat and a proof (#6032) 2024-11-12 03:30:46 +00:00
funind_reserved.lean
funind_reserved.lean.expected.out
funInfoBug.lean
funInfoBug.lean.expected.out
funParen.lean
funParen.lean.expected.out feat: add option pp.mvars.delayed (#5643) 2024-10-08 17:48:52 +00:00
gcd.lean
gcd.lean.expected.out
getElem.lean feat: redefine Range.forIn' (#6390) 2024-12-15 09:47:50 +00:00
getElem.lean.expected.out chore: fix spelling mistakes in src/Init/ (#5427) 2024-09-23 21:09:58 +00:00
guessLex.lean chore: fix spelling mistakes in tests (#5439) 2024-09-24 03:22:53 +00:00
guessLex.lean.expected.out
guessLexDiff.lean feat: always run clean_wf, even before decreasing_by (#5016) 2024-08-15 14:42:15 +00:00
guessLexDiff.lean.expected.out
guessLexFailures.lean feat: align List/Array/Vector flatten lemmas (#6640) 2025-01-15 01:16:19 +00:00
guessLexFailures.lean.expected.out fix: structural recursion: do not check for brecOn too early (#4831) 2024-07-25 15:25:34 +00:00
guessLexTricky.lean feat: always run clean_wf, even before decreasing_by (#5016) 2024-08-15 14:42:15 +00:00
guessLexTricky.lean.expected.out
guessLexTricky2.lean
guessLexTricky2.lean.expected.out
have.lean
have.lean.expected.out
hidingInaccessibleNames.lean
hidingInaccessibleNames.lean.expected.out
holeErrors.lean
holeErrors.lean.expected.out
holes.lean
holes.lean.expected.out
hpow.lean feat: add date and time functionality (#4904) 2024-11-14 14:04:19 +00:00
hpow.lean.expected.out
hygienicIntro.lean
hygienicIntro.lean.expected.out
implementedByIssue.lean
implementedByIssue.lean.expected.out
implicitArgumentError.lean feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
implicitArgumentError.lean.expected.out
implicitLambdaIssue.lean
implicitLambdaIssue.lean.expected.out
implicitTypePos.lean
implicitTypePos.lean.expected.out
indimpltarget.lean
indimpltarget.lean.expected.out
inductionErrors.lean
inductionErrors.lean.expected.out feat: better error message for invalid induction alternative name (#5888) 2024-11-01 21:33:15 +00:00
inductionGen.lean
inductionGen.lean.expected.out
inductionMutual.lean
inductionMutual.lean.expected.out
inductionParse.lean fix: induction pre-tactic should be indented (#5494) 2024-09-27 12:43:42 +00:00
inductionParse.lean.expected.out feat: let induction take zero alteratives (#6486) 2025-01-08 02:25:21 +00:00
inductive1.lean
inductive1.lean.expected.out feat: allow structure in mutual blocks (#6125) 2024-11-22 09:20:07 +00:00
inductiveUnivErrorMsg.lean
inductiveUnivErrorMsg.lean.expected.out feat: allow structure in mutual blocks (#6125) 2024-11-22 09:20:07 +00:00
indUsingTerm.lean chore: fix spelling mistakes in tests (#5439) 2024-09-24 03:22:53 +00:00
indUsingTerm.lean.expected.out
infoFromFailure.lean
infoFromFailure.lean.expected.out chore: use emoji variant of ️,️,💥️ (#5173) 2024-08-26 19:46:37 +00:00
inlineIssue.lean
inlineIssue.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
inst.lean
inst.lean.expected.out
instance1.lean
instance1.lean.expected.out feat: structure auto-completion & partial InfoTrees 2024-11-19 09:26:58 +01:00
int_div_mod.lean
int_div_mod.lean.expected.out
intModBug.lean
intModBug.lean.expected.out
intNegSucc.lean
intNegSucc.lean.expected.out
introLetBug.lean
introLetBug.lean.expected.out
invalidEnd.lean
invalidEnd.lean.expected.out
invalidFieldName.lean
invalidFieldName.lean.expected.out
invalidInstImplicit.lean
invalidInstImplicit.lean.expected.out
invalidMutualError.lean
invalidMutualError.lean.expected.out feat: allow structure in mutual blocks (#6125) 2024-11-22 09:20:07 +00:00
invalidNamedArgs.lean
invalidNamedArgs.lean.expected.out
invalidPatternIssue.lean
invalidPatternIssue.lean.expected.out
IRbug.lean feat: Nat.(fold|foldRev|any|all)M? take a function which sees the upper bound (#6139) 2024-11-22 03:05:51 +00:00
IRbug.lean.expected.out
isDefEqOffsetBug.lean chore: upstream Zero and NeZero 2024-09-10 19:30:09 +10:00
isDefEqOffsetBug.lean.expected.out fix: make sure monad lift coercion elaborator has no side effects (#6024) 2024-11-13 16:22:31 +00:00
isNoncomputable.lean
isNoncomputable.lean.expected.out
issue2260.lean
issue2260.lean.expected.out
issue2981.lean
issue2981.lean.expected.out fix: have Lean.Meta.ppGoal use hard newlines (#5640) 2024-10-08 17:36:08 +00:00
issue3232.lean
issue3232.lean.expected.out feat: make "type mismatch" error add numeric type ascriptions (#5919) 2024-11-01 16:44:52 +00:00
jason2.lean
jason2.lean.expected.out
json.lean
json.lean.expected.out
kernelMVarBug.lean
kernelMVarBug.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
keyAttrErase.lean
keyAttrErase.lean.expected.out
lazySeq.lean
lazySeq.lean.expected.out
lcnfTypes.lean
lcnfTypes.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
LE.lean
LE.lean.expected.out
lean3RefineBug.lean
lean3RefineBug.lean.expected.out
letArrowOutsideDo.lean
letArrowOutsideDo.lean.expected.out
letFun.lean fix: isDefEq, whnf, simp caching and configuration (#6053) 2024-11-18 01:17:26 +00:00
letFun.lean.expected.out
letPatIssue.lean
letPatIssue.lean.expected.out
letrec1.lean
letrec1.lean.expected.out
letrecErrors.lean
letrecErrors.lean.expected.out
letRecTheorem.lean
letRecTheorem.lean.expected.out feat: decide! tactic for using kernel reduction (#5665) 2024-10-11 06:40:57 +00:00
librarySearch.lean chore: turn off pp.mvars in apply? results (#6108) 2024-11-19 02:02:32 +00:00
librarySearch.lean.expected.out
liftOverLeft.lean
liftOverLeft.lean.expected.out
linterMissingDocs.lean chore: deprecate := variants of inductive and structure (#5542) 2024-10-11 05:54:18 +00:00
linterMissingDocs.lean.expected.out
linterSuspiciousUnexpanderPatterns.lean
linterSuspiciousUnexpanderPatterns.lean.expected.out
linterUnusedVariables.lean perf: do not lint unused variables defined in tactics by default (#5338) 2024-10-17 09:55:11 +00:00
linterUnusedVariables.lean.expected.out perf: do not lint unused variables defined in tactics by default (#5338) 2024-10-17 09:55:11 +00:00
listLength.lean
listLength.lean.expected.out feat: new snapshot architecture on the cmdline (#3106) 2024-08-05 15:57:42 +00:00
lit_values.lean
lit_values.lean.expected.out feat: new snapshot architecture on the cmdline (#3106) 2024-08-05 15:57:42 +00:00
ll_infer_type_bug.lean
ll_infer_type_bug.lean.expected.out
localNotationPP.lean
localNotationPP.lean.expected.out
longestParsePrio.lean
longestParsePrio.lean.expected.out
loopErrorRecovery.lean
loopErrorRecovery.lean.expected.out
lvl1.lean
lvl1.lean.expected.out
macroElabRulesIssue1.lean
macroElabRulesIssue1.lean.expected.out
macroElabRulesIssue2.lean
macroElabRulesIssue2.lean.expected.out
macroError.lean
macroError.lean.expected.out
macroPrio.lean
macroPrio.lean.expected.out
macroResolveName.lean
macroResolveName.lean.expected.out
macroscopes.lean
macroscopes.lean.expected.out
macroStack.lean
macroStack.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
macroSwizzle.lean
macroSwizzle.lean.expected.out fix: app unexpander for sorryAx (#5759) 2024-10-18 01:44:52 +00:00
macroTrace.lean
macroTrace.lean.expected.out
magical.lean
magical.lean.expected.out
mangling.lean
mangling.lean.expected.out
match1.lean
match1.lean.expected.out feat: accurate binder names in signatures (like in output of #check) (#5827) 2024-10-29 16:43:11 +00:00
match2.lean
match2.lean.expected.out
match3.lean
match3.lean.expected.out
match4.lean feat: upstream definition of Vector from Batteries (#6197) 2024-11-24 23:01:32 +00:00
match4.lean.expected.out
matchAltIndent.lean
matchAltIndent.lean.expected.out
matchApp.lean
matchApp.lean.expected.out
matchErrorLocation.lean
matchErrorLocation.lean.expected.out
matchErrorMsg.lean
matchErrorMsg.lean.expected.out
matchLeftovers.lean feat: upstream definition of Vector from Batteries (#6197) 2024-11-24 23:01:32 +00:00
matchLeftovers.lean.expected.out feat: upstream definition of Vector from Batteries (#6197) 2024-11-24 23:01:32 +00:00
matchMissingCasesAsStuckError.lean
matchMissingCasesAsStuckError.lean.expected.out
matchMultAlt.lean
matchMultAlt.lean.expected.out
matchOfNatIssue.lean chore: remove deprecated aliases for Int.tdiv and Int.tmod (#6322) 2024-12-08 05:19:42 +00:00
matchOfNatIssue.lean.expected.out
matchOrIssue.lean
matchOrIssue.lean.expected.out
matchPatternInsideBinders.lean
matchPatternInsideBinders.lean.expected.out
matchPatternPartialApp.lean
matchPatternPartialApp.lean.expected.out
matchunit.lean
matchunit.lean.expected.out
matchUnknownFVarBug.lean
matchUnknownFVarBug.lean.expected.out
matchVarNames.lean
matchVarNames.lean.expected.out
metaEvalInstMessage.lean
metaEvalInstMessage.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
mkProjStx.lean
mkProjStx.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
modBug.lean
modBug.lean.expected.out
moduleDoc.lean
moduleDoc.lean.expected.out
moduleOf.lean
moduleOf.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
motiveNotTypeCorect.lean
motiveNotTypeCorect.lean.expected.out feat: have "motive is not type correct" come with an explanation (#6168) 2024-11-22 23:56:17 +00:00
mulcommErrorMessage.lean
mulcommErrorMessage.lean.expected.out fix: make sure monad lift coercion elaborator has no side effects (#6024) 2024-11-13 16:22:31 +00:00
multiConstantError.lean
multiConstantError.lean.expected.out
mutualdef1.lean
mutualdef1.lean.expected.out
mutualWithNamespaceMacro.lean
mutualWithNamespaceMacro.lean.expected.out
mutwf1.lean chore: cleanup #5167 workarounds after update stage0 (#5175) 2024-08-26 17:53:30 +00:00
mutwf1.lean.expected.out feat: always run clean_wf, even before decreasing_by (#5016) 2024-08-15 14:42:15 +00:00
mutwftypemismatch.lean
mutwftypemismatch.lean.expected.out
mvar_fvar.lean
mvar_fvar.lean.expected.out
mvarAtDefaultValue.lean
mvarAtDefaultValue.lean.expected.out feat: allow structure in mutual blocks (#6125) 2024-11-22 09:20:07 +00:00
nameArgErrorIssue.lean
nameArgErrorIssue.lean.expected.out fix: app unexpander for sorryAx (#5759) 2024-10-18 01:44:52 +00:00
namedHoles.lean
namedHoles.lean.expected.out fix: app unexpander for sorryAx (#5759) 2024-10-18 01:44:52 +00:00
namelit.lean
namelit.lean.expected.out
nameRepr.lean
nameRepr.lean.expected.out
negFloat.lean
negFloat.lean.expected.out
newCatPanic.lean
newCatPanic.lean.expected.out
nonAtomicFieldName.lean
nonAtomicFieldName.lean.expected.out
noncompSection.lean
noncompSection.lean.expected.out
nondepArrow.lean
nondepArrow.lean.expected.out
nonfatalattrs.lean
nonfatalattrs.lean.expected.out
nonReserved.lean
nonReserved.lean.expected.out
noTabs.lean
noTabs.lean.expected.out fix: app unexpander for sorryAx (#5759) 2024-10-18 01:44:52 +00:00
notationDelab.lean
notationDelab.lean.expected.out
notationPrecheck.lean
notationPrecheck.lean.expected.out
openExport.lean
openExport.lean.expected.out
openScoped.lean
openScoped.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
optionGetD.lean
optionGetD.lean.expected.out
or_shortcircuit.lean
or_shortcircuit.lean.expected.out
parserPrio.lean
parserPrio.lean.expected.out
parserRecovery.lean
parserRecovery.lean.expected.out
partialIssue.lean
partialIssue.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
partialSyntaxTraces.lean
partialSyntaxTraces.lean.expected.out
partialVariable.lean
partialVariable.lean.expected.out
patvar.lean
patvar.lean.expected.out
phashmap_inst_coherence.lean
phashmap_inst_coherence.lean.expected.out fix: make sure monad lift coercion elaborator has no side effects (#6024) 2024-11-13 16:22:31 +00:00
ppBeta.lean
ppBeta.lean.expected.out
ppDeepTerms.lean
ppDeepTerms.lean.expected.out fix: the elaboration warning did not mention pp.maxSteps (#5710) 2024-10-14 17:28:28 +00:00
ppExpr.lean
ppExpr.lean.expected.out
PPInstances.lean
PPInstances.lean.expected.out
ppite.lean
ppite.lean.expected.out
pplevel.lean
pplevel.lean.expected.out
ppMotives.lean
ppMotives.lean.expected.out test: update test output following stage0 update (#4815) 2024-07-23 21:43:38 +00:00
ppNotationCode.lean
ppNotationCode.lean.expected.out fix: make sure name literals use escaping when pretty printing (#5639) 2024-10-08 17:36:49 +00:00
ppNumericTypes.lean feat: add date and time functionality (#4904) 2024-11-14 14:04:19 +00:00
ppNumericTypes.lean.expected.out
ppProofs.lean
ppProofs.lean.expected.out
PPRoundtrip.lean
PPRoundtrip.lean.expected.out
ppSyntax.lean
ppSyntax.lean.expected.out
ppUnicode.lean
ppUnicode.lean.expected.out
precissues.lean
precissues.lean.expected.out
printStructure.lean chore: in #print for structures, mention 'field notation' (#6406) 2024-12-17 02:21:03 +00:00
printStructure.lean.expected.out
private.lean
private.lean.expected.out
privateFieldCopyIssue.lean
privateFieldCopyIssue.lean.expected.out
Process.lean test: remove flaky test (#5468) 2024-09-25 08:18:42 +00:00
Process.lean.expected.out test: remove flaky test (#5468) 2024-09-25 08:18:42 +00:00
promise.lean
promise.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
protected.lean
protected.lean.expected.out
protectedAlias.lean
protectedAlias.lean.expected.out
prvCtor.lean
prvCtor.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
prvNameWithMacroScopes.lean
prvNameWithMacroScopes.lean.expected.out
pureCoeIssue.lean
pureCoeIssue.lean.expected.out
rat1.lean feat: add date and time functionality (#4904) 2024-11-14 14:04:19 +00:00
rat1.lean.expected.out
rawStringEOF.lean
rawStringEOF.lean.expected.out
readDir.lean
readDir.lean.expected.out
reduceBool.lean
reduceBool.lean.expected.out
redundantAlt.lean
redundantAlt.lean.expected.out
ref1.lean feat: Nat.(fold|foldRev|any|all)M? take a function which sees the upper bound (#6139) 2024-11-22 03:05:51 +00:00
ref1.lean.expected.out
refineFiltersOldMVars.lean
refineFiltersOldMVars.lean.expected.out
refineOccursCheck.lean
refineOccursCheck.lean.expected.out
Reformat.lean feat: Nat.(fold|foldRev|any|all)M? take a function which sees the upper bound (#6139) 2024-11-22 03:05:51 +00:00
Reformat.lean.expected.out
renameBug.lean
renameBug.lean.expected.out
renameI.lean
renameI.lean.expected.out
replaceLocalDeclInstantiateMVars.lean
replaceLocalDeclInstantiateMVars.lean.expected.out
repr.lean
repr.lean.expected.out
repr_issue.lean
repr_issue.lean.expected.out
resolveGlobalName.lean
resolveGlobalName.lean.expected.out
revertlet.lean
revertlet.lean.expected.out
rewrite.lean
rewrite.lean.expected.out fix: avoid delaborating with field notation if object is a metavariable (#6014) 2024-11-08 20:57:37 +00:00
rfl_simp_thm.lean feat: Simp.Config.implicitDefEqProofs (#4595) 2024-11-29 22:29:27 +00:00
rfl_simp_thm.lean.expected.out
root.lean
root.lean.expected.out fix: make sure #check id heeds pp.raw (#6181) 2024-11-23 00:39:58 +00:00
run_meta1.lean
run_meta1.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
runSTBug.lean
runSTBug.lean.expected.out
runTacticMustCatchExceptions.lean
runTacticMustCatchExceptions.lean.expected.out refactor: back rfl tactic primarily via apply_rfl (#3718) 2024-09-25 10:34:42 +00:00
rwEqThms.lean
rwEqThms.lean.expected.out
rwPrioritizesLCtxOverEnv.lean
rwPrioritizesLCtxOverEnv.lean.expected.out
rwWithoutOffsetCnstrs.lean
rwWithoutOffsetCnstrs.lean.expected.out
rwWithSynthesizeBug.lean
rwWithSynthesizeBug.lean.expected.out chore: review delaborators, make sure they respond to pp.explicit (#5830) 2024-10-24 22:56:47 +00:00
safeShadowing.lean
safeShadowing.lean.expected.out
sanitizeMacroScopes.lean
sanitizeMacroScopes.lean.expected.out
sanitychecks.lean
sanitychecks.lean.expected.out feat: partial inhabitation uses local Inhabited instances created from parameters (#5821) 2024-10-23 18:15:31 +00:00
scientific.lean
scientific.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
scopedInstanceOutsideNamespace.lean
scopedInstanceOutsideNamespace.lean.expected.out
scopedLocalInsts.lean
scopedLocalInsts.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
scopedMacros.lean
scopedMacros.lean.expected.out
scopedTokens.lean
scopedTokens.lean.expected.out
scopedunifhint.lean.expected.out
semicolonOrLinebreak.lean
semicolonOrLinebreak.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
sepByIndentQuot.lean
sepByIndentQuot.lean.expected.out
setLit.lean
setLit.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
shadow.lean
shadow.lean.expected.out feat: labeled and unique sorries (#5757) 2024-12-11 23:53:02 +00:00
simp_all_duplicateHyps.lean
simp_all_duplicateHyps.lean.expected.out
simp_dsimp.lean
simp_dsimp.lean.expected.out
simp_trace.lean feat: Nat.add_left_eq_self and relatives (#5104) 2024-08-21 04:11:57 +00:00
simp_trace.lean.expected.out feat: allow users to disable simpCtorEq simproc (#5167) 2024-08-26 13:51:21 +00:00
simp_trace_backtrack.lean
simp_trace_backtrack.lean.expected.out
simpArgTypeMismatch.lean
simpArgTypeMismatch.lean.expected.out
simpArrayIdx.lean feat: rename Array.setD to setIfInBounds (#6195) 2024-11-24 08:54:19 +00:00
simpArrayIdx.lean.expected.out
simpcfg.lean
simpcfg.lean.expected.out
simpDisch.lean
simpDisch.lean.expected.out fix: have Lean.Meta.ppGoal use hard newlines (#5640) 2024-10-08 17:36:08 +00:00
simpPrefixIssue.lean
simpPrefixIssue.lean.expected.out
simprocChar.lean
simprocChar.lean.expected.out
simprocEval1.lean
simprocEval1.lean.expected.out
simprocEval2.lean
simprocEval2.lean.expected.out
simprocEval3.lean
simprocEval3.lean.expected.out
simprocEval4.lean
simprocEval4.lean.expected.out
simprocTrace.lean
simprocTrace.lean.expected.out
simpTracePostIssue.lean
simpTracePostIssue.lean.expected.out
simpZetaFalse.lean
simpZetaFalse.lean.expected.out
sint_basic.lean feat: define ISize and basic operations on it (#5961) 2024-11-05 15:08:19 +00:00
sint_basic.lean.expected.out feat: define ISize and basic operations on it (#5961) 2024-11-05 15:08:19 +00:00
sizeof.lean
sizeof.lean.expected.out refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
smartUnfolding.lean
smartUnfolding.lean.expected.out
smartUnfoldingMatch.lean
smartUnfoldingMatch.lean.expected.out
sorryAtError.lean
sorryAtError.lean.expected.out
sorryWarning.lean
sorryWarning.lean.expected.out
specializeAttr.lean
specializeAttr.lean.expected.out
splitIssue.lean
splitIssue.lean.expected.out
stdio.lean fix: invalid namespace completions (#5322) 2024-09-13 12:23:03 +00:00
stdio.lean.expected.out
stream.lean
stream.lean.expected.out
strictImplicit.lean
strictImplicit.lean.expected.out
string_gaps_err_newline.lean
string_gaps_err_newline.lean.expected.out
string_imp.lean
string_imp.lean.expected.out
string_imp2.lean
string_imp2.lean.expected.out
struct1.lean feat: only direct parents of classes create projections (#5920) 2024-11-12 01:55:17 +00:00
struct1.lean.expected.out feat: allow structure in mutual blocks (#6125) 2024-11-22 09:20:07 +00:00
structAutoBound.lean
structAutoBound.lean.expected.out feat: have #print show precise fields of structures (#6096) 2024-11-19 21:54:45 +00:00
structDefault.lean
structDefault.lean.expected.out
structDefValueOverride.lean
structDefValueOverride.lean.expected.out
structInst1.lean
structInst1.lean.expected.out
structInstError.lean
structInstError.lean.expected.out
structInstExtraEta.lean
structInstExtraEta.lean.expected.out
structInstSourcesLeftToRight.lean
structInstSourcesLeftToRight.lean.expected.out
structSorryBug.lean
structSorryBug.lean.expected.out
StxQuot.lean feat: parity between structure instance notation and where notation (#6165) 2024-11-30 20:27:25 +00:00
StxQuot.lean.expected.out feat: parity between structure instance notation and where notation (#6165) 2024-11-30 20:27:25 +00:00
substFails.lean
substFails.lean.expected.out
substlet.lean
substlet.lean.expected.out
syntaxErrors.lean
syntaxErrors.lean.expected.out
syntaxInNamespacesAndPP.lean
syntaxInNamespacesAndPP.lean.expected.out
syntaxPrec.lean
syntaxPrec.lean.expected.out
syntheticHolesAsPatterns.lean
syntheticHolesAsPatterns.lean.expected.out
syntheticOpaqueReadOnly.lean
syntheticOpaqueReadOnly.lean.expected.out
synthorder.lean
synthorder.lean.expected.out fix: modify projection instance binder info (#5376) 2024-09-20 06:03:59 +00:00
tabulate.lean feat: upstream definition of Vector from Batteries (#6197) 2024-11-24 23:01:32 +00:00
tabulate.lean.expected.out feat: upstream definition of Vector from Batteries (#6197) 2024-11-24 23:01:32 +00:00
tacUnsolvedGoalsErrors.lean
tacUnsolvedGoalsErrors.lean.expected.out
tcloop.lean
tcloop.lean.expected.out fix: use MessageData.tagged to mark maxHeartbeat exceptions (#5566) 2024-10-09 02:08:50 +00:00
termination_by.lean
termination_by.lean.expected.out feat: unnecessary termination_by clauses cause warnings, not errors (#4809) 2024-07-22 20:52:14 +00:00
termination_by_vars.lean
termination_by_vars.lean.expected.out
termination_by_where.lean
termination_by_where.lean.expected.out
terminationFailure.lean feat: safer #eval, and #eval! (#4810) 2024-07-23 15:26:56 +00:00
terminationFailure.lean.expected.out
test_extern.lean
test_extern.lean.expected.out
test_single.sh
theoremType.lean
theoremType.lean.expected.out
thunk.lean
thunk.lean.expected.out
toExpr.lean
toExpr.lean.expected.out
toFieldNameIssue.lean
toFieldNameIssue.lean.expected.out
tokenErrors.lean
tokenErrors.lean.expected.out
tooManyVarsAtInduction.lean
tooManyVarsAtInduction.lean.expected.out
traceClassScopes.lean
traceClassScopes.lean.expected.out
traceStateBactracking.lean
traceStateBactracking.lean.expected.out
traceTacticSteps.lean
traceTacticSteps.lean.expected.out
trailingComma.lean
trailingComma.lean.expected.out
treeMap.lean chore: cleanup some deprecations in tests (#5834) 2024-10-25 11:11:22 +00:00
treeMap.lean.expected.out chore: cleanup some deprecations in tests (#5834) 2024-10-25 11:11:22 +00:00
typeIncorrectPat.lean
typeIncorrectPat.lean.expected.out
typeMismatch.lean
typeMismatch.lean.expected.out
typeOf.lean
typeOf.lean.expected.out chore: shorten suggestion about diagnostics (#4882) 2024-07-31 17:56:43 +00:00
uintCtors.lean refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
uintCtors.lean.expected.out
uintMatch.lean
uintMatch.lean.expected.out
unboxStruct.lean
unboxStruct.lean.expected.out feat: new snapshot architecture on the cmdline (#3106) 2024-08-05 15:57:42 +00:00
unexpander.lean
unexpander.lean.expected.out
unexpandersNamespaces.lean
unexpandersNamespaces.lean.expected.out
UnexpandSubtype.lean
UnexpandSubtype.lean.expected.out
unfold1.lean
unfold1.lean.expected.out
unfoldDefEq.lean
unfoldDefEq.lean.expected.out
unfoldFailure.lean
unfoldFailure.lean.expected.out feat: improved error message for unfold (#5815) 2024-10-23 03:35:15 +00:00
unfoldReduceMatch.lean
unfoldReduceMatch.lean.expected.out feat: creation and reporting for asynchronous elaboration tasks (#6170) 2024-11-22 17:12:30 +00:00
unhygienic.lean
unhygienic.lean.expected.out
unhygienicCode.lean
unhygienicCode.lean.expected.out
unifHintAndTC.lean
unifHintAndTC.lean.expected.out
univInference.lean
univInference.lean.expected.out feat: allow structure in mutual blocks (#6125) 2024-11-22 09:20:07 +00:00
unknownId.lean
unknownId.lean.expected.out
unknownTactic.lean
unknownTactic.lean.expected.out
unnecessaryUnfolding.lean
unnecessaryUnfolding.lean.expected.out
unsolvedIndCases.lean
unsolvedIndCases.lean.expected.out
unsound.lean
unsound.lean.expected.out
unused_univ.lean
unused_univ.lean.expected.out
unusedLet.lean
unusedLet.lean.expected.out test: update test output following stage0 update (#4815) 2024-07-23 21:43:38 +00:00
unusedWarningAtStructUpdate.lean
unusedWarningAtStructUpdate.lean.expected.out
updateExprIssue.lean
updateExprIssue.lean.expected.out feat: better #eval command (#5627) 2024-10-08 20:51:46 +00:00
updateLevelIssues.lean
updateLevelIssues.lean.expected.out
Uri.lean
Uri.lean.expected.out
varBinderUpdate.lean
varBinderUpdate.lean.expected.out
warningAsError.lean feat: @[deprecated] requires a replacement identifier or message, and a since field (#6112) 2024-11-26 08:45:54 +00:00
warningAsError.lean.expected.out feat: @[deprecated] requires a replacement identifier or message, and a since field (#6112) 2024-11-26 08:45:54 +00:00
wf1.lean
wf1.lean.expected.out
wf2.lean
wf2.lean.expected.out
wfrecUnusedLet.lean
wfrecUnusedLet.lean.expected.out
whnfProj.lean
whnfProj.lean.expected.out
wildcardAlt.lean
wildcardAlt.lean.expected.out
withAssignableSyntheticOpaqueBug.lean
withAssignableSyntheticOpaqueBug.lean.expected.out feat: add option pp.mvars.delayed (#5643) 2024-10-08 17:48:52 +00:00
withLocation.lean
withLocation.lean.expected.out
withLocationImplementationDetails.lean
withLocationImplementationDetails.lean.expected.out
withSetOptionIn.lean
withSetOptionIn.lean.expected.out
workspaceSymbols.lean
workspaceSymbols.lean.expected.out
xmlParsing.lean
xmlParsing.lean.expected.out
zipper.lean
zipper.lean.expected.out