Skip to content

Adds wiki docs to README

Jeremy Steward requested to merge jeremy/docs into main

Some changes here:

  • fix bug in drop-while so that it stops dropping after the first time pred? is #f.
  • remove filter-XXXvector for all srfi-4 vectors. Can't even occur because of the type so :forehead: on that one.
  • adds all the API references with tons of examples for each procedure.

Merge request reports