mwatts15 / Crono

Scheme project for CS345
0 stars 0 forks source link

Foldr using list combinators #22

Open tvarney opened 11 years ago

tvarney commented 11 years ago

This issue depends on Issue #5. The project requirements state that we need to have foldr implemented using list combinators. Currently it is implemented using car and cdr.