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.monad.list.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'algebraic-structures.monad.list.scm') diff --git a/algebraic-structures.monad.list.scm b/algebraic-structures.monad.list.scm index edb5cf7..7292bd1 100644 --- a/algebraic-structures.monad.list.scm +++ b/algebraic-structures.monad.list.scm @@ -1,5 +1,5 @@ -(import (only (algebraic-structs monad make))) -(import (only (algebraic-structs monad list base))) +(import (only (algebraic-structures monad make))) +(import (only (algebraic-structures monad list base))) -(module (algebraic-structs monad list) = - ((algebraic-structs monad make) (algebraic-structs monad list base))) +(module (algebraic-structures monad list) = + ((algebraic-structures monad make) (algebraic-structures monad list base))) -- cgit v1.2.3