lean4-htt/tests/lean
Leonardo de Moura 8598dde6e6 fix: if-then-else elaboration issue
@Kha I hate this kind of hack, but the behavior looked unacceptabled
to me. I added a big comment describing the issue and the hack.
2020-11-21 20:51:28 -08:00
..
run fix: if-then-else elaboration issue 2020-11-21 20:51:28 -08:00
server
trust0
.gitignore
217.lean fix: fixes #217 2020-11-12 14:36:47 -08:00
217.lean.expected.out fix: fixes #217 2020-11-12 14:36:47 -08:00
abst.lean
abst.lean.expected.out
appParserIssue.lean
appParserIssue.lean.expected.out
attrCmd.lean
attrCmd.lean.expected.out
auxDeclIssue.lean
auxDeclIssue.lean.expected.out
binsearch.lean
binsearch.lean.expected.out
bytearray.lean
bytearray.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
ctor_layout.lean
ctor_layout.lean.expected.out
dbgMacros.lean
dbgMacros.lean.expected.out
defaultInstance.lean feat: default instances 2020-11-21 14:44:40 -08:00
defaultInstance.lean.expected.out feat: default instances 2020-11-21 14:44:40 -08:00
doNotation1.lean feat: only allow variables declared with mut to be reassigned 2020-11-07 17:32:13 -08:00
doNotation1.lean.expected.out feat: only allow variables declared with mut to be reassigned 2020-11-07 17:32:13 -08:00
doSeqRightIssue.lean
doSeqRightIssue.lean.expected.out
emptyc.lean
emptyc.lean.expected.out
envExtensionSealed.lean
envExtensionSealed.lean.expected.out
eval_except.lean
eval_except.lean.expected.out
evalWithMVar.lean
evalWithMVar.lean.expected.out
exitAfterParseError.lean
exitAfterParseError.lean.expected.out
extract.lean
extract.lean.expected.out
file_not_found.lean chore: remove dead files and functions 2020-11-10 18:37:15 -08:00
file_not_found.lean.expected.out
Format.lean
Format.lean.expected.out
funExpected.lean
funExpected.lean.expected.out
holeErrors.lean
holeErrors.lean.expected.out feat: hide auxiliary metavariables used to compile let-rec 2020-10-30 14:58:17 -07:00
holes.lean
holes.lean.expected.out
hygienicIntro.lean chore: remove unnecessary with at induction/cases tactics 2020-11-02 13:30:54 -08:00
hygienicIntro.lean.expected.out
inductionErrors.lean feat: support for _ and ?hole at all induction/cases variants 2020-11-03 17:20:53 -08:00
inductionErrors.lean.expected.out feat: support for _ and ?hole at all induction/cases variants 2020-11-03 17:20:53 -08:00
inductive1.lean
inductive1.lean.expected.out
infoFromFailure.lean
infoFromFailure.lean.expected.out
inst.lean
inst.lean.expected.out
invalidNamedArgs.lean
invalidNamedArgs.lean.expected.out
IRbug.lean
IRbug.lean.expected.out
json.lean
json.lean.expected.out
letrec1.lean
letrec1.lean.expected.out
letrecErrors.lean fix: registerLetRecsToLift 2020-11-18 18:47:22 -08:00
letrecErrors.lean.expected.out fix: registerLetRecsToLift 2020-11-18 18:47:22 -08:00
ll_infer_type_bug.lean
ll_infer_type_bug.lean.expected.out
lvl1.lean
lvl1.lean.expected.out
macroPrio.lean
macroPrio.lean.expected.out
macroscopes.lean
macroscopes.lean.expected.out
macroStack.lean
macroStack.lean.expected.out
match1.lean fix: don't try to pretty-print underapplied matcher 2020-11-14 13:19:21 +01:00
match1.lean.expected.out fix: don't try to pretty-print underapplied matcher 2020-11-14 13:19:21 +01:00
match2.lean
match2.lean.expected.out
match3.lean
match3.lean.expected.out
match4.lean refactor: use Lists for Array reference implementation 2020-11-17 17:05:53 -08:00
match4.lean.expected.out
matchErrorLocation.lean
matchErrorLocation.lean.expected.out
mutualdef1.lean feat: add support for unbound implicit locals 2020-11-20 12:22:27 -08:00
mutualdef1.lean.expected.out
mutualWithNamespaceMacro.lean
mutualWithNamespaceMacro.lean.expected.out
mvar1.lean
mvar1.lean.expected.out
mvar2.lean
mvar2.lean.expected.out
mvar3.lean chore: fix tests 2020-11-11 10:19:14 -08:00
mvar3.lean.expected.out
mvar_fvar.lean
mvar_fvar.lean.expected.out
namedHoles.lean
namedHoles.lean.expected.out
namelit.lean
namelit.lean.expected.out chore: fix tests 2020-11-11 10:19:14 -08:00
nonReserved.lean fix: notation for non reserved symbols 2020-11-17 11:25:04 -08:00
nonReserved.lean.expected.out feat: add support for nonReservedSymbol at syntax command 2020-11-12 07:32:18 -08:00
openExport.lean
openExport.lean.expected.out
parserPrio.lean
parserPrio.lean.expected.out feat: pretty print lists and arrays 2020-11-10 10:11:24 -08:00
phashmap_inst_coherence.lean
phashmap_inst_coherence.lean.expected.out
ppExpr.lean refactor: remove MonadIO 2020-11-18 18:47:22 -08:00
ppExpr.lean.expected.out feat: delaborator: apply pp options from Expr.mdata nodes 2020-11-03 12:36:33 +01:00
PPRoundtrip.lean chore: remove dead files and functions 2020-11-10 18:37:15 -08:00
PPRoundtrip.lean.expected.out
ppSyntax.lean refactor: remove MonadIO 2020-11-18 18:47:22 -08:00
ppSyntax.lean.expected.out fix: fix pretty printers for imported ParserDescrs 2020-11-07 17:05:07 +01:00
precissues.lean
precissues.lean.expected.out
private.lean
private.lean.expected.out
Process.lean
Process.lean.expected.out
protected.lean
protected.lean.expected.out
readlinkf.sh
ref1.lean
ref1.lean.expected.out
Reformat.lean.expected.out chore: fix test 2020-11-11 07:18:49 -08:00
repr_issue.lean chore: remove $. notation 2020-11-19 08:47:35 -08:00
repr_issue.lean.expected.out
resolveGlobalName.lean
resolveGlobalName.lean.expected.out
rewrite.lean fix: missing do 2020-10-30 18:15:37 -07:00
rewrite.lean.expected.out feat: pretty print lists and arrays 2020-11-10 10:11:24 -08:00
sanitizeMacroScopes.lean
sanitizeMacroScopes.lean.expected.out
shadow.lean
shadow.lean.expected.out
smartUnfolding.lean test: smart unfolding 2020-11-15 16:36:22 -08:00
smartUnfolding.lean.expected.out test: smart unfolding 2020-11-15 16:36:22 -08:00
stdio.lean
stdio.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
StxQuot.lean
StxQuot.lean.expected.out chore: fix test 2020-11-19 09:25:13 -08:00
syntaxErrors.lean feat: improve error messages for syntax command 2020-11-17 10:33:53 -08:00
syntaxErrors.lean.expected.out feat: improve error messages for syntax command 2020-11-17 10:33:53 -08:00
syntaxInNamespacesAndPP.lean fix: SyntaxNodeKind for syntax declarations nested in namespaces 2020-11-05 15:31:50 -08:00
syntaxInNamespacesAndPP.lean.expected.out chore: fix tests 2020-11-11 19:09:23 -08:00
test_single.sh
typeMismatch.lean
typeMismatch.lean.expected.out refactor: remove MonadIO 2020-11-18 18:47:22 -08:00
typeOf.lean
typeOf.lean.expected.out
uintCtors.lean fix: UInt ctors/fields in generated code 2020-11-14 12:50:32 -08:00
uintCtors.lean.expected.out fix: UInt ctors/fields in generated code 2020-11-14 12:50:32 -08:00
unboundImplicitLocals.lean fix: issues with unbound implicit locals 2020-11-21 16:17:38 -08:00
unboundImplicitLocals.lean.expected.out fix: issues with unbound implicit locals 2020-11-21 16:17:38 -08:00
univInference.lean
univInference.lean.expected.out
unknownTactic.lean
unknownTactic.lean.expected.out
unsolvedIndCases.lean fix: error position for unsolved goals at cases and induction tactics 2020-11-13 07:59:50 -08:00
unsolvedIndCases.lean.expected.out fix: error position for unsolved goals at cases and induction tactics 2020-11-13 07:59:50 -08:00
unused_univ.lean feat: add support for unbound implicit locals 2020-11-20 12:22:27 -08:00
unused_univ.lean.expected.out
zipper.lean
zipper.lean.expected.out