lean4-htt/src/Lean/Parser
Joachim Breitner bc23383194
feat: subst notation (heq ▸ h) tries both orientation (#4046)
even when rewriting the type of `h` becuase there is no expected type.

(When there is an expected type, it already tried both orientations.)

Also feeble attempt to include this information in the docstring without
writing half a manual chapter.
2024-05-02 07:02:40 +00:00
..
Attr.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Basic.lean feat: custom error recovery in parser (#3413) 2024-02-21 14:29:54 +00:00
Command.lean doc: Command.set_option (#3872) 2024-04-22 07:18:17 +00:00
Do.lean fix: missing atomic at match_expr parser (#3572) 2024-03-02 21:55:07 +00:00
Extension.lean feat: @[builtin_doc] attribute (part 1) (#3953) 2024-04-19 12:21:10 +00:00
Extra.lean fix: don't use info nodes before cursor for completion (#3778) 2024-04-02 08:49:24 +00:00
Level.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Module.lean fix: don't use info nodes before cursor for completion (#3778) 2024-04-02 08:49:24 +00:00
StrInterpolation.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Syntax.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Tactic.lean feat: improve error messages and docstring for decide tactic (#3422) 2024-02-27 23:07:38 +00:00
Term.lean feat: subst notation (heq ▸ h) tries both orientation (#4046) 2024-05-02 07:02:40 +00:00
Types.lean feat: custom error recovery in parser (#3413) 2024-02-21 14:29:54 +00:00