16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;======================================================================
(declare (unit commonmod))
(use srfi-69)
(module commonmod
*
(import
scheme
chicken.base
|
|
|
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;======================================================================
(declare (unit commonmod))
(import srfi-69)
(module commonmod
*
(import
scheme
chicken.base
|