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.functor.scm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 algebraic-structures.list.functor.scm (limited to 'algebraic-structures.list.functor.scm') diff --git a/algebraic-structures.list.functor.scm b/algebraic-structures.list.functor.scm new file mode 100644 index 0000000..a9707f2 --- /dev/null +++ b/algebraic-structures.list.functor.scm @@ -0,0 +1,3 @@ +(import (algebraic-structures functor) + (only (algebraic-structures private list))) +(module (algebraic-structures list functor) = ((algebraic-structures functor) (algebraic-structures private list))) -- cgit v1.2.3