cur/stdlib
William J. Bowman 8ba4ed17d9
Fixed bug in reduction of elim
elim was not checking that the arguments to be used for the parameters
of the inductive matched the actual parameters expected, resulting in
incorrect and non-deterministic unification, and thus incorrect
reduction when the parameters were unified incorrectly.
2015-09-25 16:52:49 -04:00
..
bool.rkt Starting fixing uses of elim, but there is a bug 2015-09-24 13:51:29 -04:00
maybe.rkt Fixed bug in reduction of elim 2015-09-25 16:52:49 -04:00
nat.rkt Fixed bug in reduction of elim 2015-09-25 16:52:49 -04:00
prop.rkt Fixed bug in reduction of elim 2015-09-25 16:52:49 -04:00
sugar.rkt Fixed bug in reduction of elim 2015-09-25 16:52:49 -04:00