Remove `fold' from (sxml fold).
authorLudovic Courtès <ludo@gnu.org>
Thu, 8 Apr 2010 21:55:41 +0000 (23:55 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 8 Apr 2010 22:32:14 +0000 (00:32 +0200)
commit6c76da4c32dd8a2c1f38d51df6e58dcc0b7cee11
tree766c20c35126504c368d2e1b3c71287db355ec6f
parente39d0b76684ae8e6f2bffa511e28ff2c2d44a106
Remove `fold' from (sxml fold).

* module/sxml/fold.scm: Use (srfi srfi-1).
  (fold): Remove.
  (fold-values): Update docstring accordingly.

* test-suite/tests/sxml.fold.test: Use (srfi srfi-1).
module/sxml/fold.scm
test-suite/tests/sxml.fold.test