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