lean4-htt/src/tests
Leonardo de Moura c22f863114 refactor(library/tactic): improve solve method
Now, it produces the following outcomes:
1- A proof
2- A counterexample
3- A list of (unsolved) final states

Remark: the solve method does not check whether the proof or counterexample is correct.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-25 13:04:12 -08:00
..
frontends/lean refactor(library/state): rename Lean state object to io_state 2013-11-21 17:29:06 -08:00
kernel feat(util/interrupt): add sleep_for, and simplify request_interrupt 2013-11-22 11:32:12 -08:00
library refactor(library/tactic): improve solve method 2013-11-25 13:04:12 -08:00
util feat(util/lazy_list): add repeat and repeat_at_most templates for lazy_lists 2013-11-24 11:16:37 -08:00