aboutsummaryrefslogtreecommitdiff
path: root/spartan/core/tactics.ML (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (FEAT) SIDE_CONDS tactical has additional argument specifying how many ↵Josh Chen2020-08-031-8/+12
| | | | | | | | initial subgoals to skip applying the side condition solver to. (FEAT) `intro`, `intros` methods for "logical introduction rules" (as opposed to typechecking `intr` attribute), only works on conclusions with rigid type. (FEAT) CREPEAT_N bounded repetition tactical, used in `intros n` method.
* (REF) Tweak attribute names in preparation for new logical introduction rule ↵Josh Chen2020-07-311-1/+1
| | | | behavior
* (FEAT) Term elaboration of assumption and goal statements.Josh Chen2020-07-311-2/+1
| | | | | | | | | | | | | | | | | | | | . spartan/core/goals.ML . spartan/core/elaboration.ML . spartan/core/elaborated_statement.ML (FEAT) More context tacticals and search tacticals. . spartan/core/context_tactical.ML (FEAT) Improved subgoal focus. Moves fully elaborated assumptions into the context (MINOR INCOMPATIBILITY). . spartan/core/focus.ML (FIX) Normalize facts in order to be able to resolve properly. . spartan/core/typechecking.ML (MAIN) New definitions. (MAIN) Renamed theories and theorems. (MAIN) Refactor theories to fit new features.
* 1. Type-checking/inference now more principled, and the implementation is ↵Josh Chen2020-07-211-161/+119
| | | | better. 2. Changed most tactics to context tactics.
* Checkpoint. THIS BUILD WILL FAILJosh Chen2020-07-161-7/+0
|
* reorganizeJosh Chen2020-06-191-0/+228
|
* reorganize folder structureJosh Chen2020-05-281-200/+0
|
* 1. New congruence declarations for calculational reasoning. 2. Remove old ↵Josh Chen2020-05-261-37/+4
| | | | elimination tactic.
* Reorganize theory structure. In particular, the identity type moves out from ↵Josh Chen2020-05-251-0/+233
under Spartan to HoTT. Spartan now only has Pi and Sigma.