From 552cd6c999f3e44b13be88e45c4a8cb391eb40cf Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 11 Jun 2024 02:10:37 +0900 Subject: Rename filename from `algebraic-structs` to `algebraic-structures` --- algebraic-structures.applicative.list.scm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 algebraic-structures.applicative.list.scm (limited to 'algebraic-structures.applicative.list.scm') diff --git a/algebraic-structures.applicative.list.scm b/algebraic-structures.applicative.list.scm new file mode 100644 index 0000000..44d3a28 --- /dev/null +++ b/algebraic-structures.applicative.list.scm @@ -0,0 +1,5 @@ +(import (only (algebraic-structs applicative make))) +(import (only (algebraic-structs applicative list base))) + +(module (algebraic-structs applicative list) = + ((algebraic-structs applicative make) (algebraic-structs applicative list base))) -- cgit v1.2.3