Closed clayrat closed 2 years ago
In some of the first 10 chapters we've used seq where the book uses set, a better equivalent would be a pred.
seq
set
pred
fixed by https://github.com/clayrat/fav-ssr/commit/f80b94b6e8c7ed0f4c7cd859479cbdd380967ea3
In some of the first 10 chapters we've used
seq
where the book usesset
, a better equivalent would be apred
.