From 6cefe23cd9ceab4f4f6b957ff64bc7da5f4ec83a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 14 Jun 2021 16:52:53 -0400 Subject: Convert from r6rs to r7rs --- bs/dict.scm | 1 - bs/re.scm | 1 - bs/string.scm | 1 - 3 files changed, 3 deletions(-) (limited to 'bs') diff --git a/bs/dict.scm b/bs/dict.scm index ac55ba7..a91d711 100644 --- a/bs/dict.scm +++ b/bs/dict.scm @@ -1,4 +1,3 @@ -#!r6rs ;; Experimental python-like dictionary. Import this qualified, eg: ;; (import (prefix (dict) dict/)) ;; or diff --git a/bs/re.scm b/bs/re.scm index 0ab442b..926aae7 100644 --- a/bs/re.scm +++ b/bs/re.scm @@ -1,4 +1,3 @@ -#!r6rs (library (bs re (0)) ;; Similar to Python's `re` module. One big difference is that the diff --git a/bs/string.scm b/bs/string.scm index c6e6e31..8839512 100644 --- a/bs/string.scm +++ b/bs/string.scm @@ -1,4 +1,3 @@ -#!r6rs (library (bs string (0)) (export replace replace-char to-string str capitalize split -- cgit v1.2.3