aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.monoid.list.base.scm
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-06-13 02:07:46 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-06-13 02:07:46 +0900
commit653b204b583da363a97464960a00f1bd0dbed865 (patch)
tree5ea996f90f54053601476bfa9cff646d28417bfe /algebraic-structures.monoid.list.base.scm
parenta1b1d10ad5fc505f8b83ac6976e5eb68b87427ff (diff)
Remove implementations
Diffstat (limited to 'algebraic-structures.monoid.list.base.scm')
-rw-r--r--algebraic-structures.monoid.list.base.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/algebraic-structures.monoid.list.base.scm b/algebraic-structures.monoid.list.base.scm
deleted file mode 100644
index 900c12e..0000000
--- a/algebraic-structures.monoid.list.base.scm
+++ /dev/null
@@ -1,5 +0,0 @@
-(module (algebraic-structures monoid list base) (<> unit)
- (import scheme)
-
- (define <> append)
- (define unit '()))