I've implemented a reduce operation for lists. I've also added elaboration and notations for reduce.
This PR also includes the new type_eq_dec (no longer relying on Scheme Equality) and the associated changes to the elaborator we discussed during the last meeting.
I've implemented a
reduce
operation for lists. I've also added elaboration and notations for reduce. This PR also includes the newtype_eq_dec
(no longer relying onScheme Equality
) and the associated changes to the elaborator we discussed during the last meeting.