cur/stdlib
William J. Bowman c3efd3ae6e
Added better pattern matcher. Undocumented
Added match, a better pattern matching construct than case.
Automatically infers inductive arguments, and feature a "recur" syntax.
Converted several functions from stdlib/nat to use this.
2016-01-08 21:40:17 -05:00
..
tactics Fixed some tactic docs; tests that print to stdout 2015-10-03 03:55:22 -04:00
bool.rkt Made case macro do more work 2015-09-24 18:01:42 -04:00
maybe.rkt Add type-inferring constructors 2015-10-02 18:06:33 -04:00
nat.rkt Added better pattern matcher. Undocumented 2016-01-08 21:40:17 -05:00
prop.rkt Fixed prop; removed define-theorem and qed macros 2015-10-03 03:33:12 -04:00
sugar.rkt Added better pattern matcher. Undocumented 2016-01-08 21:40:17 -05:00
typeclass.rkt More documentation 2015-11-10 18:24:38 -05:00