Welcome to the CHICKEN Scheme pasting service
chicken-lint error: warning unnecessary-quote '#f added by DeeEff on Sat Dec 31 00:04:35 2022
;; lint.scm ;; ;; Run `chicken-lint lint.scm` on this file ;; ;; => ("lint.scm:1" warning unnecessary-quote '#f) (module foo () (import scheme) (import (chicken base) (chicken module)))