From 77b247c6b1ab2e7287fab535ffe8e5c5c3eb914f Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Fri, 17 Feb 2023 23:14:07 -0500 Subject: Reach feature parity with Gauche --- test/gauche.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/gauche.scm') diff --git a/test/gauche.scm b/test/gauche.scm index 929ea6a..d9af396 100644 --- a/test/gauche.scm +++ b/test/gauche.scm @@ -1,4 +1,6 @@ (import (scheme base) + (scheme case-lambda) + (srfi 2) (srfi 64)) (import (zambyte meta json)) -- cgit