From 5931a79a5a915035e01b9fb22a3edfde7895e424 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 16 Jun 2024 01:58:48 +0900 Subject: Add list implementations --- algebraic-structures.list.applicative.scm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 algebraic-structures.list.applicative.scm (limited to 'algebraic-structures.list.applicative.scm') diff --git a/algebraic-structures.list.applicative.scm b/algebraic-structures.list.applicative.scm new file mode 100644 index 0000000..5165e96 --- /dev/null +++ b/algebraic-structures.list.applicative.scm @@ -0,0 +1,4 @@ +(import (algebraic-structures applicative) + (only (algebraic-structures private list applicative))) +(module (algebraic-structures list applicative) = ((algebraic-structures applicative) + (algebraic-structures private list applicative))) -- cgit v1.2.3