Skip to content

Commit 1f1b346

Browse files
committed
docs: mention fset2 in the README
1 parent 6569070 commit 1f1b346

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.org

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,15 @@ Reducers are provided for each of its main types: ~set~, ~map~, ~seq~, and ~bag~
265265
#+begin_src lisp :exports both
266266
(in-package :transducers)
267267

268-
(transduce (map #'1+) #'transducers/fset:set (fset:set 1 2 3 1))
268+
(transduce (map #'1+) #'transducers/fset:set (fset2:set 1 2 3 1))
269269
#+end_src
270270

271271
#+RESULTS:
272272
: #{ 2 3 4 }
273273

274+
Note that as of =1.7.0=, =tranducers/fset= uses the =fset2= package, now the preferred
275+
interface of the original author.
276+
274277
* API
275278

276279
The examples here use ~(in-package :transducers)~ for brevity in the actual

0 commit comments

Comments
 (0)