From c98d8212928d109760c27446eb954c2202596f27 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 16 Jun 2024 19:25:18 +0900 Subject: Import only necessary identifiers --- algebraic-structures.group.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'algebraic-structures.group.scm') diff --git a/algebraic-structures.group.scm b/algebraic-structures.group.scm index 6e38eaf..5cac19f 100644 --- a/algebraic-structures.group.scm +++ b/algebraic-structures.group.scm @@ -1,6 +1,6 @@ (functor ((algebraic-structures group) (M (<> unit inv))) (<> unit inv pow) - (import M + (import (only M <> unit inv) scheme (chicken base)) -- cgit v1.2.3