diff options
Diffstat (limited to 'algebraic-structures.foldable.list.scm')
-rw-r--r-- | algebraic-structures.foldable.list.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/algebraic-structures.foldable.list.scm b/algebraic-structures.foldable.list.scm index 5f729e2..378a4c2 100644 --- a/algebraic-structures.foldable.list.scm +++ b/algebraic-structures.foldable.list.scm @@ -1,5 +1,5 @@ -(import (only (algebraic-structs foldable list base))) -(import (only (algebraic-structs foldable make))) +(import (only (algebraic-structures foldable list base))) +(import (only (algebraic-structures foldable make))) -(module (algebraic-structs foldable list) = ((algebraic-structs foldable make) - (algebraic-structs foldable list base))) +(module (algebraic-structures foldable list) = ((algebraic-structures foldable make) + (algebraic-structures foldable list base))) |