aboutsummaryrefslogtreecommitdiff
path: root/spartan/core/eqsubst.ML (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-31rename things + some small changesJosh Chen1-442/+0
2020-09-23Basic experiments adding reduction to the type checkerJosh Chen1-2/+2
2020-08-03(FEAT) SIDE_CONDS tactical has additional argument specifying how many ↵Josh Chen1-1/+1
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.
2020-07-211. Type-checking/inference now more principled, and the implementation is ↵Josh Chen1-14/+22
better. 2. Changed most tactics to context tactics.
2020-06-19reorganizeJosh Chen1-0/+0
2020-05-28reorganize folder structureJosh Chen1-0/+0
2020-05-25Reorganize theory structure. In particular, the identity type moves out from ↵Josh Chen1-0/+0
under Spartan to HoTT. Spartan now only has Pi and Sigma.
2020-04-02Brand-spanking new version using Spartan infrastructureJosh Chen1-0/+434