aboutsummaryrefslogtreecommitdiff
path: root/spartan/core/implicits.ML (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1. Bugfix: implicits now properly name schematic variables. Fixes problems ↵Josh Chen2020-07-211-9/+12
| | | | caused by variable name clashes. 2. reduce method now more principled: restricts to repeating on first subgoal. 3. An example declarative proof in Equivalence.thy.
* reorganizeJosh Chen2020-06-191-0/+78
|
* reorganize folder structureJosh Chen2020-05-281-78/+0
|
* fix implicits table merge mistakeJosh Chen2020-05-251-1/+1
|
* Reorganize theory structure. In particular, the identity type moves out from ↵Josh Chen2020-05-251-0/+78
under Spartan to HoTT. Spartan now only has Pi and Sigma.