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.functor.make.scm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 algebraic-structures.functor.make.scm (limited to 'algebraic-structures.functor.make.scm') diff --git a/algebraic-structures.functor.make.scm b/algebraic-structures.functor.make.scm new file mode 100644 index 0000000..23b366f --- /dev/null +++ b/algebraic-structures.functor.make.scm @@ -0,0 +1,3 @@ +(functor ((algebraic-structs functor make) (F (map))) + (map) + (import F)) -- cgit v1.2.3