lean4-htt/src
Leonardo de Moura ca5439c698 feat(frontends/lean/tactic_notation): add support for tac ; [tac_1, ..., tac_n] notation in interactive tactic mode
closes #1634

This commit also changes the semantic of `tactic.focus [tac_1, ..., tac_n]`.
It now fails if the number of goals is not `n`.
Before it would only fail if there were more tactics than goals.

@Armael: See tests/lean/run/handthen.lean for examples of the new notation.
2017-06-02 11:38:04 -07:00
..
api fix(*): gcc 7 weird uninitialized warnings 2017-05-31 18:05:03 -07:00
checker feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
cmake chore(*): remove last remnants of mpfr 2017-02-24 21:42:58 +01:00
emacs doc(emacs): fix formatting 2017-05-25 17:03:42 -07:00
frontends feat(frontends/lean/tactic_notation): add support for tac ; [tac_1, ..., tac_n] notation in interactive tactic mode 2017-06-02 11:38:04 -07:00
init feat(init/init): write allocation stats to stderr 2017-02-28 11:56:52 -08:00
kernel fix(library/equations_compiler): improve pull_nested_rec_fn, and make sure it communicates local propositions to the well founded recursion module 2017-05-26 10:45:39 -07:00
library feat(library/init): heterogeneous andthen type class, and tactic.seq_focus implementation 2017-06-02 10:38:27 -07:00
shared fix(shared/init): shared library initialization 2016-12-05 16:48:29 -08:00
shell fix(*): gcc 7 weird uninitialized warnings 2017-05-31 18:05:03 -07:00
tests feat(library/phash_map): add persistent hash_map based on phashtable 2017-05-05 12:36:13 -07:00
util fix(*): [[fallthrough]] ==> /* fall-thru */ 2017-05-31 21:18:47 -07:00
CMakeLists.txt fix(leanpkg,CMakeLists): fix installation 2017-05-09 17:17:10 +02:00
CTestConfig.cmake
CTestCustom.cmake.in
Doxyfile
githash.h.in
memcheck.supp
version.h.in