cur/stdlib
William J. Bowman b95de692b9
Fixed notion of values, and cached reduction
* Made the primitive form of elim (elim t_0 t_1), allowing this form to be
  considered a value when t_0 and t_1 are values.
* Moved definition of values to reduction language, and fixed it. This
  fixed issues with unique decomposition, and thus fixed reduction of
  eliminators.
* Enabled caching in apply-reduction-relation* to speed up results of
  recursive calls.
2015-09-29 17:55:28 -04:00
..
tactics Proof read sartactics. closes #17 2015-09-25 13:54:42 -04:00
bool.rkt Made case macro do more work 2015-09-24 18:01:42 -04:00
maybe.rkt disabled test that cause setup errors 2015-09-25 20:10:32 -04:00
nat.rkt Fixed notion of values, and cached reduction 2015-09-29 17:55:28 -04:00
prop.rkt Fixed reduction of eliminators like (elim ==) 2015-09-29 16:58:40 -04:00
sugar.rkt Added single step evaluation abilities. Closes #27 2015-09-29 15:41:21 -04:00
typeclass.rkt Styles tweaks 2015-09-22 23:32:02 -04:00