lean4-htt/src/Lean
Leonardo de Moura a2631ce037 fix: panic when Syntax.missing
I got a panic error message today in VS Code because of this function.
It is weird because, as far as I can tell, this function is only used by
the `register_simp_attr` macro, and this macro was not being used in
the files I was editing.
I think the fix is resonable for a `Syntax.missing` case.

cc @gebner
2022-09-12 16:10:14 -07:00
..
Compiler fix: bug at simpCasesOnCtor? 2022-09-12 16:02:19 -07:00
Data fix: map fn should have explict args 2022-09-03 19:45:08 -07:00
Elab fix: fixes #1558 2022-09-09 15:27:51 -07:00
Linter refactor: move, generalize findSyntaxStack? 2022-08-31 17:49:43 -07:00
Meta fix: fixes #1576 2022-09-09 14:29:48 -07:00
Parser chore: remove [inline] from parser combinators 2022-09-08 14:50:27 -07:00
ParserCompiler
PrettyPrinter chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Server fix: IO.waitAny requires nonempty list 2022-09-05 08:52:46 -07:00
Util feat: add useRaw parameter at constructorApp? 2022-09-12 15:56:36 -07:00
Widget chore: move Bootstrap.Dynamic -> Init.Dynamic 2022-09-02 04:36:54 -07:00
Attributes.lean feat: add go-to-def for simple attributes 2022-07-31 16:36:54 +02:00
AuxRecursor.lean feat: add [elabAsElim] elaboration strategy 2022-07-28 20:08:29 -07:00
Class.lean chore: enforce naming convention 2022-08-01 09:58:11 -07:00
Compiler.lean refactor: new LCNF frontend 2022-08-24 11:40:37 -07:00
CoreM.lean refactor: move mkArrow to CoreM 2022-08-10 20:21:42 -07:00
Data.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Declaration.lean chore: remove unnecessary french quotes 2022-07-29 20:53:01 -07:00
DeclarationRange.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Deprecated.lean fix: use resolveGlobalConstNoOverloadWithInfo more 2022-08-13 18:20:55 -07:00
DocString.lean fix: panic when Syntax.missing 2022-09-12 16:10:14 -07:00
Elab.lean feat: add @[inheritDoc] attribute 2022-08-16 18:31:55 -07:00
Environment.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Eval.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Exception.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Expr.lean feat: add mkFixedArgMap 2022-09-11 20:19:44 -07:00
HeadIndex.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Hygiene.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
ImportingFlag.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
InternalExceptionId.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
KeyedDeclsAttribute.lean feat: add go-to-def for simple attributes 2022-07-31 16:36:54 +02:00
LazyInitExtension.lean
Level.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Linter.lean feat: add missingDocs linter 2022-07-31 18:18:21 -07:00
LoadDynlib.lean feat: replace constant with opaque 2022-06-14 17:02:59 -07:00
LocalContext.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Log.lean chore: remove obsolete trace functions 2022-08-15 08:55:25 -07:00
Message.lean feat: trace nodes with messages 2022-08-15 08:55:25 -07:00
Meta.lean feat: add evalTerm and Meta.evalExpr 2022-06-28 19:14:40 -07:00
MetavarContext.lean chore: style 2022-07-30 21:29:12 -07:00
Modifiers.lean fix: make privateToUserNameAux more robust 2022-09-06 17:15:56 -07:00
MonadEnv.lean feat: add LCNF missing cases 2022-08-06 20:23:29 -07:00
Parser.lean feat: add lineEq parser alias 2022-08-12 08:15:28 -07:00
ParserCompiler.lean doc: finish Init.Prelude docs 2022-08-09 14:25:44 -07:00
PrettyPrinter.lean fix: use delabAppExplicit for tooltips 2022-08-25 18:38:21 +02:00
ProjFns.lean chore: doc strings for ProjFns.lean 2022-08-02 15:58:56 -07:00
ReducibilityAttrs.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
ResolveName.lean fix: hygienic resolution of namespaces 2022-08-20 22:29:46 +02:00
Runtime.lean feat: replace constant with opaque 2022-06-14 17:02:59 -07:00
ScopedEnvExtension.lean chore: remove unnecessary french quotes 2022-07-29 20:53:01 -07:00
Server.lean
Structure.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
SubExpr.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Syntax.lean refactor: move, generalize findSyntaxStack? 2022-08-31 17:49:43 -07:00
ToExpr.lean feat: add LCNF missing cases 2022-08-06 20:23:29 -07:00
Util.lean chore: move ShareCommon to Init / Lean 2022-08-30 07:51:43 -07:00
Widget.lean feat: user widgets 2022-07-25 08:01:27 -07:00