Skip to content

Commit

Permalink
Update final srfi list
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Oct 27, 2024
1 parent ce38b68 commit 2d37a8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/wiliki/scr-macros.scm
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
(231 . "Intervals and Generalized Arrays")
(232 . "Flexible curried procedures")
(233 . "INI files")
(234 . "Topological Sorting")
(235 . "Combinators")
(236 . "Evaluating expressions in an unspecified order")
(237 . "R6RS Records (refined)")
Expand All @@ -314,7 +315,9 @@
)
(242 . "The CFG Language")
(244 . "Multiple-value Definitions")
(247 . "Syntactic Monads")))
(247 . "Syntactic Monads")
(251 . "Mixing groups of definitions with expressions within bodies")
(252 . "Property Testing")))

;;---------------------------------------------------------------
;; Category macros
Expand Down

0 comments on commit 2d37a8c

Please sign in to comment.