aboutsummaryrefslogtreecommitdiff
path: root/spartan/core/types.ML (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic experiments adding reduction to the type checkerJosh Chen2020-09-231-15/+42
|
* reorganizeJosh Chen2020-08-141-60/+3
|
* (FEAT) Context data slots for known types and conditional type rules, as ↵Josh Chen2020-08-141-0/+141
| | | | | | | | | | | | | well as a separate one for judgmental equality rules. (REF) Goal statement assumptions are now put into the new context data slots. (FEAT) `assuming` Isar keyword—like `assume` but puts assumptions into context data. (REF) Typechecking and all other tactics refactored to use type information from the context data, as opposed to looking at all facts visible in context. MINOR INCOMPATIBILITY: facts that were implicitly used in proofs now have to be annotated with [type] to make them visible throughout the context, else explicitly passed to methods via `using`, or declared with `assuming`. (REF) Fixed incompatibilities in theories.
* rename fileJosh Chen2020-07-111-29/+0
|
* reorganizeJosh Chen2020-06-191-0/+29