From c20155977bc23c2be19842cc065e4444b304ecce Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 11 Jun 2024 02:13:57 +0900 Subject: Rename from `algebraic-structs` to `algebraic-structures` --- algebraic-structures.applicative.list.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'algebraic-structures.applicative.list.scm') diff --git a/algebraic-structures.applicative.list.scm b/algebraic-structures.applicative.list.scm index 44d3a28..85298e9 100644 --- a/algebraic-structures.applicative.list.scm +++ b/algebraic-structures.applicative.list.scm @@ -1,5 +1,5 @@ -(import (only (algebraic-structs applicative make))) -(import (only (algebraic-structs applicative list base))) +(import (only (algebraic-structures applicative make))) +(import (only (algebraic-structures applicative list base))) -(module (algebraic-structs applicative list) = - ((algebraic-structs applicative make) (algebraic-structs applicative list base))) +(module (algebraic-structures applicative list) = + ((algebraic-structures applicative make) (algebraic-structures applicative list base))) -- cgit v1.2.3