Ticket #596: em-foldi-right.patch
File em-foldi-right.patch, 558 bytes (added by , 12 years ago) |
---|
-
rb-tree.scm
696 696 ((fold) (foldv (root))) 697 697 ((foldi) (foldi (root))) 698 698 ((fold-right) (foldv-right (root))) 699 ((foldi-right) foldi-right)699 ((foldi-right) (foldi-right (root))) 700 700 701 701 ((fold-partial) (foldv-partial (root))) 702 702 ((foldi-partial) (foldi-partial (root)))