diff options
author | Ben Sima <ben@bsima.me> | 2021-06-07 16:34:36 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:35 -0500 |
commit | 0ff0a23c8c7425b0d56b95e318c2087e74cb6605 (patch) | |
tree | a5bfbaf70fa6a73c2e4b083cdefa5b2228153d98 /bs/repl.scm | |
parent | 310275abdc61130c8cc77f7827163f136d57b63f (diff) |
Get all scheme code compiling with Guile
Diffstat (limited to 'bs/repl.scm')
-rw-r--r-- | bs/repl.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bs/repl.scm b/bs/repl.scm index 3932433..3bf1ca1 100644 --- a/bs/repl.scm +++ b/bs/repl.scm @@ -1,4 +1,6 @@ -(define-module (bs repl)) +(define-module (bs repl) + #:use-module (system repl command)) + ;; (use-modules (system repl common)) ;; (repl-default-option-set! ;; 'prompt |