lean4-htt/tests/lean
2021-03-24 09:50:56 -07:00
..
Reformat
run feat: add trivial extensible (macro) tactic 2021-03-24 09:50:56 -07:00
server refactor: remove Monad Option and Alternative Option 2021-03-20 18:25:25 -07:00
trust0
.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
255.lean
255.lean.expected.out
276.lean
276.lean.expected.out fix: pp.all should not turn off pp.binder_types 2021-03-23 19:45:41 +01:00
277a.lean feat: Nat/Fin/UInt instances of bitwise classes 2021-03-04 15:42:43 -08:00
277a.lean.expected.out
277b.lean
277b.lean.expected.out
283.lean
283.lean.expected.out chore: fix test 2021-03-10 14:51:24 -08:00
297.lean
297.lean.expected.out chore: make sure both alternatives use throwError 2021-03-16 17:20:00 -07:00
301.lean
301.lean.expected.out feat: refine auto bound implicit locals 2021-03-23 17:33:15 -07:00
302.lean
302.lean.expected.out
307.lean
307.lean.expected.out
309.lean fix: make sure kernel checks examples 2021-02-25 13:34:27 -08:00
309.lean.expected.out fix: make sure kernel checks examples 2021-02-25 13:34:27 -08:00
331.lean feat: improve error message 2021-03-05 13:42:54 -08:00
331.lean.expected.out feat: improve error message 2021-03-05 13:42:54 -08:00
343.lean feat: improve error message when stuck solving universe constraints 2021-03-11 17:46:44 -08:00
343.lean.expected.out feat: introduce arg precedence 2021-03-22 16:33:37 +01:00
345.lean fix: fixes #345 2021-03-11 18:59:39 -08:00
345.lean.expected.out fix: fixes #345 2021-03-11 18:59:39 -08:00
346.lean chore: improve error message 2021-03-16 20:42:38 -07:00
346.lean.expected.out chore: improve error message 2021-03-16 20:42:38 -07:00
348.lean fix: fixes #348 2021-03-16 17:50:40 -07:00
348.lean.expected.out fix: fixes #348 2021-03-16 17:50:40 -07:00
353.lean fix: register new metavariables created when applying default instance 2021-03-16 17:31:51 -07:00
353.lean.expected.out fix: register new metavariables created when applying default instance 2021-03-16 17:31:51 -07:00
366.lean fix: fixes #366 2021-03-23 16:02:45 -07:00
366.lean.expected.out fix: fixes #366 2021-03-23 16:02:45 -07:00
abst.lean
abst.lean.expected.out
appParserIssue.lean
appParserIssue.lean.expected.out
attrCmd.lean
attrCmd.lean.expected.out
autobound_and_macroscopes.lean
autobound_and_macroscopes.lean.expected.out
autoBoundErrorMsg.lean test: add test for former weird error message 2021-03-23 18:16:06 -07:00
autoBoundErrorMsg.lean.expected.out test: add test for former weird error message 2021-03-23 18:16:06 -07:00
autoBoundImplicits1.lean
autoBoundImplicits1.lean.expected.out
autoBoundImplicits2.lean feat: refine auto bound implicit locals 2021-03-23 17:33:15 -07:00
autoBoundImplicits2.lean.expected.out feat: refine auto bound implicit locals 2021-03-23 17:33:15 -07:00
autoBoundPostponeLoop.lean fix: nontermination 2021-03-18 14:23:03 -07:00
autoBoundPostponeLoop.lean.expected.out feat: refine auto bound implicit locals 2021-03-23 17:33:15 -07:00
autoPPExplicit.lean
autoPPExplicit.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
auxDeclIssue.lean
auxDeclIssue.lean.expected.out
badBinderName.lean
badBinderName.lean.expected.out
beginEndAsMacro.lean chore: add simp lemmas, theorem naming convention 2021-02-16 11:53:49 -08:00
beginEndAsMacro.lean.expected.out
bigUnivOffsets.lean
bigUnivOffsets.lean.expected.out
binsearch.lean
binsearch.lean.expected.out
bitwise.lean fix: bitwise shift overflow of UInt types 2021-03-17 10:08:02 +01:00
bitwise.lean.expected.out fix: bitwise shift overflow of UInt types 2021-03-17 10:08:02 +01:00
bytearray.lean
bytearray.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
collectDepsIssue.lean
collectDepsIssue.lean.expected.out
commandPrefix.lean feat: introduce arg precedence 2021-03-22 16:33:37 +01:00
commandPrefix.lean.expected.out feat: introduce arg precedence 2021-03-22 16:33:37 +01:00
constDelab.lean fix: Delaborator for constants 2021-03-12 19:51:27 -08:00
constDelab.lean.expected.out fix: Delaborator for constants 2021-03-12 19:51:27 -08:00
copy-produced
ctor_layout.lean
ctor_layout.lean.expected.out
dbgMacros.lean chore: fix tests 2021-03-11 11:35:51 -08:00
dbgMacros.lean.expected.out chore: fix tests 2021-03-11 11:35:51 -08:00
decimals.lean
decimals.lean.expected.out
defaultInstance.lean
defaultInstance.lean.expected.out
derivingRepr.lean test: use decide and nativeDecide 2021-03-11 07:46:33 -08:00
derivingRepr.lean.expected.out fix: fix deriving Repr for structure-like inductives 2021-02-25 13:38:33 -08:00
docStr.lean chore: remove volatile cases from test 2021-03-17 12:32:25 +01:00
docStr.lean.expected.out chore: remove volatile cases from test 2021-03-17 12:32:25 +01:00
doErrorMsg.lean
doErrorMsg.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
doIfLet.lean
doIfLet.lean.expected.out
doIssue.lean
doIssue.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
doNotation1.lean
doNotation1.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
doSeqRightIssue.lean
doSeqRightIssue.lean.expected.out
eagerCoeExpansion.lean feat: eager coe expansion 2021-02-14 11:34:08 -08:00
eagerCoeExpansion.lean.expected.out fix: pp.all should not turn off pp.binder_types 2021-03-23 19:45:41 +01:00
elseifDoErrorPos.lean
elseifDoErrorPos.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
emptyc.lean
emptyc.lean.expected.out
envExtensionSealed.lean
envExtensionSealed.lean.expected.out
eraseSimp.lean feat: simp [-decl] 2021-03-04 17:50:44 -08:00
eraseSimp.lean.expected.out feat: allow user to "erase" [simp] lemmas 2021-03-04 11:36:12 -08:00
eval_except.lean
eval_except.lean.expected.out
evalSorry.lean
evalSorry.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
evalWithMVar.lean
evalWithMVar.lean.expected.out
exitAfterParseError.lean
exitAfterParseError.lean.expected.out
extract.lean
extract.lean.expected.out
file_not_found.lean
file_not_found.lean.expected.out
forErrors.lean
forErrors.lean.expected.out
Format.lean
Format.lean.expected.out
funExpected.lean
funExpected.lean.expected.out
funInfoBug.lean
funInfoBug.lean.expected.out
gcd.lean feat: add Nat.gcd 2021-03-07 18:47:02 -08:00
gcd.lean.expected.out feat: add Nat.gcd 2021-03-07 18:47:02 -08:00
hidingInaccessibleNames.lean
hidingInaccessibleNames.lean.expected.out refactor: cases 2021-03-07 12:37:02 -08:00
holeErrors.lean
holeErrors.lean.expected.out feat: improve error message 2021-03-05 13:42:54 -08:00
holes.lean
holes.lean.expected.out fix: missing error messages 2021-03-05 17:20:04 -08:00
hygienicIntro.lean chore: fix test 2021-03-06 16:46:18 -08:00
hygienicIntro.lean.expected.out chore: fix test 2021-03-06 16:46:18 -08:00
inductionErrors.lean
inductionErrors.lean.expected.out feat: uniform "unsolved case" positions with fullRange 2021-03-17 12:45:15 +01:00
inductive1.lean
inductive1.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
infoFromFailure.lean
infoFromFailure.lean.expected.out
infoTree.lean test: make infoTree an output test 2021-03-20 08:28:18 -07:00
infoTree.lean.expected.out test: make infoTree an output test 2021-03-20 08:28:18 -07:00
inst.lean
inst.lean.expected.out
intModBug.lean
intModBug.lean.expected.out
intNegSucc.lean test: for Int.negSucc bug 2021-03-07 13:09:23 -08:00
intNegSucc.lean.expected.out test: for Int.negSucc bug 2021-03-07 13:09:23 -08:00
invalidFieldName.lean
invalidFieldName.lean.expected.out
invalidNamedArgs.lean
invalidNamedArgs.lean.expected.out
IRbug.lean
IRbug.lean.expected.out
isDefEqOffsetBug.lean chore: fix tests 2021-03-12 15:10:50 -08:00
isDefEqOffsetBug.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
jason1.lean fix: missing error messages 2021-03-05 17:20:04 -08:00
jason1.lean.expected.out fix: missing error messages 2021-03-05 17:20:04 -08:00
jason2.lean fix: missing error messages 2021-03-05 17:20:04 -08:00
jason2.lean.expected.out fix: missing error messages 2021-03-05 17:20:04 -08:00
json.lean
json.lean.expected.out fix: Json.num 2021-02-18 13:27:31 +01:00
letrec1.lean
letrec1.lean.expected.out
letrecErrors.lean
letrecErrors.lean.expected.out
ll_infer_type_bug.lean
ll_infer_type_bug.lean.expected.out
localNotationPP.lean fix: unexpanders should inherit scopedness 2021-03-13 13:20:12 +01:00
localNotationPP.lean.expected.out fix: unexpanders should inherit scopedness 2021-03-13 13:20:12 +01:00
lvl1.lean
lvl1.lean.expected.out
macroPrio.lean
macroPrio.lean.expected.out
macroscopes.lean chore: remove when and «unless» 2021-03-20 18:52:18 -07:00
macroscopes.lean.expected.out
macroStack.lean
macroStack.lean.expected.out chore: fix tests 2021-03-11 11:35:51 -08:00
match1.lean
match1.lean.expected.out
match2.lean
match2.lean.expected.out
match3.lean test: contradiction 2021-03-03 17:13:25 -08:00
match3.lean.expected.out
match4.lean chore: add simp lemmas, theorem naming convention 2021-02-16 11:53:49 -08:00
match4.lean.expected.out
matchAltIndent.lean fix: add checkColGe to matchAlt 2021-03-12 11:06:07 -08:00
matchAltIndent.lean.expected.out fix: add checkColGe to matchAlt 2021-03-12 11:06:07 -08:00
matchErrorLocation.lean
matchErrorLocation.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
matchErrorMsg.lean
matchErrorMsg.lean.expected.out
matchunit.lean
matchunit.lean.expected.out
missingExplicitWithForwardNamedDep.lean
missingExplicitWithForwardNamedDep.lean.expected.out
modBug.lean chore: fix tests 2021-03-07 18:52:46 -08:00
modBug.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
moduleOf.lean
moduleOf.lean.expected.out
mutualdef1.lean
mutualdef1.lean.expected.out
mutualWithNamespaceMacro.lean
mutualWithNamespaceMacro.lean.expected.out
mvar1.lean chore: remove when and «unless» 2021-03-20 18:52:18 -07:00
mvar1.lean.expected.out
mvar2.lean chore: remove when and «unless» 2021-03-20 18:52:18 -07:00
mvar2.lean.expected.out
mvar3.lean chore: remove when and «unless» 2021-03-20 18:52:18 -07:00
mvar3.lean.expected.out
mvar_fvar.lean
mvar_fvar.lean.expected.out
mvarAtDefaultValue.lean fix: throw error when default value contains metavariables 2021-02-20 11:31:56 -08:00
mvarAtDefaultValue.lean.expected.out fix: throw error when default value contains metavariables 2021-02-20 11:31:56 -08:00
namedHoles.lean
namedHoles.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
namelit.lean
namelit.lean.expected.out
negFloat.lean
negFloat.lean.expected.out
nonReserved.lean
nonReserved.lean.expected.out
openExport.lean
openExport.lean.expected.out
or_shortcircuit.lean chore: fix tests 2021-03-11 11:35:51 -08:00
or_shortcircuit.lean.expected.out
parserPrio.lean
parserPrio.lean.expected.out
patvar.lean
patvar.lean.expected.out
phashmap_inst_coherence.lean
phashmap_inst_coherence.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
ppExpr.lean
ppExpr.lean.expected.out
ppite.lean
ppite.lean.expected.out chore: fix test 2021-02-28 16:38:04 -08:00
pplevel.lean
pplevel.lean.expected.out
PPRoundtrip.lean fix: delaborator: bind without lambda 2021-02-16 12:07:46 +01:00
PPRoundtrip.lean.expected.out fix: delaborator: bind without lambda 2021-02-16 12:07:46 +01:00
ppSyntax.lean
ppSyntax.lean.expected.out
precissues.lean
precissues.lean.expected.out chore: remove hack 2021-03-19 11:09:18 -07:00
private.lean
private.lean.expected.out
Process.lean
Process.lean.expected.out
protected.lean
protected.lean.expected.out
pureCoeIssue.lean
pureCoeIssue.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
readlinkf.sh
redundantAlt.lean
redundantAlt.lean.expected.out
ref1.lean
ref1.lean.expected.out
Reformat.lean
Reformat.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 feat: convert universe metavariables into parameters after elaborating theorem header 2021-02-25 16:53:58 -08:00
runSTBug.lean
runSTBug.lean.expected.out
safeShadowing.lean
safeShadowing.lean.expected.out
sanitizeMacroScopes.lean
sanitizeMacroScopes.lean.expected.out
sanitychecks.lean
sanitychecks.lean.expected.out
scopedInstanceOutsideNamespace.lean
scopedInstanceOutsideNamespace.lean.expected.out
scopedLocalInsts.lean
scopedLocalInsts.lean.expected.out
scopedMacros.lean
scopedMacros.lean.expected.out refactor: further refactor Lean.Elab.Syntax 2021-03-13 14:47:59 +01:00
scopedTokens.lean
scopedTokens.lean.expected.out
scopedunifhint.lean
scopedunifhint.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
shadow.lean
shadow.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
simpcfg.lean feat: proper syntax for configuring simp 2021-03-17 16:37:04 -07:00
simpcfg.lean.expected.out
sizeof.lean
sizeof.lean.expected.out
smartUnfolding.lean
smartUnfolding.lean.expected.out
sorryAtError.lean fix: bug at hasSyntheticSorry 2021-03-05 19:08:10 -08:00
sorryAtError.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
sorryWarning.lean
sorryWarning.lean.expected.out
stdio.lean
stdio.lean.expected.out
stream.lean
stream.lean.expected.out
string_imp.lean
string_imp.lean.expected.out
string_imp2.lean
string_imp2.lean.expected.out
struct1.lean
struct1.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
structAutoBound.lean
structAutoBound.lean.expected.out
structDefault.lean
structDefault.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
structInstError.lean
structInstError.lean.expected.out
structSorryBug.lean fix: error message 2021-03-11 12:16:15 -08:00
structSorryBug.lean.expected.out fix: error message 2021-03-11 12:16:15 -08:00
StxQuot.lean
StxQuot.lean.expected.out chore: fix test 2021-03-12 18:07:58 -08:00
substlet.lean chore: add simp lemmas, theorem naming convention 2021-02-16 11:53:49 -08:00
substlet.lean.expected.out refactor: cases 2021-03-07 12:37:02 -08:00
syntaxErrors.lean
syntaxErrors.lean.expected.out
syntaxInNamespacesAndPP.lean
syntaxInNamespacesAndPP.lean.expected.out feat: introduce arg precedence 2021-03-22 16:33:37 +01:00
tcloop.lean
tcloop.lean.expected.out
test_single.sh
theoremType.lean
theoremType.lean.expected.out feat: improve error message 2021-03-05 13:42:54 -08:00
tokenErrors.lean feat: nicer token parse errors 2021-03-14 08:23:32 -07:00
tokenErrors.lean.expected.out feat: nicer token parse errors 2021-03-14 08:23:32 -07:00
tooManyVarsAtInduction.lean fix: report error if too many variable names have been provided at induction/cases alternative 2021-03-08 16:26:53 -08:00
tooManyVarsAtInduction.lean.expected.out feat: keep going if there are missing alternatives at induction/cases 2021-03-08 17:09:53 -08:00
typeIncorrectPat.lean
typeIncorrectPat.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
typeMismatch.lean
typeMismatch.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
typeOf.lean chore: fix tests 2021-03-11 11:35:51 -08:00
typeOf.lean.expected.out feat: include type of type in "mismatch errors" 2021-03-08 09:30:34 -08:00
uintCtors.lean test: use decide and nativeDecide 2021-03-11 07:46:33 -08:00
uintCtors.lean.expected.out
unhygienic.lean
unhygienic.lean.expected.out
unifHintAndTC.lean
unifHintAndTC.lean.expected.out fix: pp.all should not turn off pp.binder_types 2021-03-23 19:45:41 +01:00
univInference.lean
univInference.lean.expected.out
unknownId.lean
unknownId.lean.expected.out
unknownTactic.lean
unknownTactic.lean.expected.out
unnecessaryUnfolding.lean
unnecessaryUnfolding.lean.expected.out
unsolvedIndCases.lean
unsolvedIndCases.lean.expected.out feat: uniform "unsolved case" positions with fullRange 2021-03-17 12:45:15 +01:00
unused_univ.lean
unused_univ.lean.expected.out
weirdmacro.lean
weirdmacro.lean.expected.out chore: remove hack 2021-03-19 11:09:18 -07:00
whnfProj.lean chore: fix tests 2021-03-10 18:45:22 -08:00
whnfProj.lean.expected.out
zipper.lean
zipper.lean.expected.out