From 653b204b583da363a97464960a00f1bd0dbed865 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Thu, 13 Jun 2024 02:07:46 +0900 Subject: Remove implementations --- algebraic-structures.foldable.list.scm | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 algebraic-structures.foldable.list.scm (limited to 'algebraic-structures.foldable.list.scm') diff --git a/algebraic-structures.foldable.list.scm b/algebraic-structures.foldable.list.scm deleted file mode 100644 index 378a4c2..0000000 --- a/algebraic-structures.foldable.list.scm +++ /dev/null @@ -1,5 +0,0 @@ -(import (only (algebraic-structures foldable list base))) -(import (only (algebraic-structures foldable make))) - -(module (algebraic-structures foldable list) = ((algebraic-structures foldable make) - (algebraic-structures foldable list base))) -- cgit v1.2.3