lean4-htt/doc/examples
Joachim Breitner b5122b6a7b feat: per-function termination hints
This change

 * moves `termination_by` and `decreasing_by` next to the function they
   apply to
 * simplify the syntax of `termination_by`
 * apply the `decreasing_by` goal to all goals at once, for better
   interactive use.

See the section in `RELEASES.md` for more details and migration advise.

This is a hard breaking change, requiring developers to touch every
`termination_by` in their code base. We decided to still do it as a
hard-breaking change, because supporting both old and new syntax at the
same time would be non-trivial, and not save that much. Moreover, this
requires changes to some metaprograms that developers might have
written, and supporting both syntaxes at the same time would make
_their_ migration harder.
2024-01-10 17:27:35 +01:00
..
Certora2022 doc: examples for Certora tutorial 2022-11-21 17:02:28 -08:00
compiler chore: move tests to new frontend 2020-10-23 14:07:26 -07:00
ICERM2022 chore: ICERM notation demo 2022-07-21 08:13:20 -04:00
NFM2022 doc: add slide headers to examples 2022-05-23 18:20:37 -07:00
bintree.lean chore: fix more typos in comments 2023-10-08 14:37:34 -07:00
bintree.lean.md doc: embed examples into doc book 2022-04-06 09:06:49 -07:00
deBruijn.lean chore: fix more typos in comments 2023-10-08 14:37:34 -07:00
deBruijn.lean.md doc: embed examples into doc book 2022-04-06 09:06:49 -07:00
interp.lean chore: fix more typos in comments 2023-10-08 14:37:34 -07:00
interp.lean.md doc: embed examples into doc book 2022-04-06 09:06:49 -07:00
palindromes.lean feat: per-function termination hints 2024-01-10 17:27:35 +01:00
palindromes.lean.md doc: embed examples into doc book 2022-04-06 09:06:49 -07:00
phoas.lean chore: fix more typos in comments 2023-10-08 14:37:34 -07:00
phoas.lean.md doc: embed examples into doc book 2022-04-06 09:06:49 -07:00
tc.lean chore: fix more typos in comments 2023-10-08 14:37:34 -07:00
tc.lean.md doc: embed examples into doc book 2022-04-06 09:06:49 -07:00
test_single.sh fix: unused variables linter review comments 2022-06-03 13:03:52 +02:00
widgets.lean feat: bundle of widget improvements (#2964) 2023-12-21 06:24:33 +00:00
widgets.lean.md chore: move tutorial to examples folder 2022-08-06 11:54:44 -07:00