Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading SRFI 169 will automatically turn it on #641

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions lib/srfi/169.stk
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@
;;;;

(define-module srfi/169)

;; STklos has this parameter set to #t by default. However...
;; If the user turned it off, and then decided to "load SRFI 169",
;; perhaps by the principle of least surprise, we should turn
;; it back on (because having loaded the SRFI we'd expect it to
;; work from now on...)
(accept-srfi-169-numbers #t)

(provide "srfi/169")