aboutsummaryrefslogtreecommitdiffstats
path: root/mcgoron.weight-balanced-trees.internal.sld
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-01-16 19:40:06 -0500
committerGravatar Peter McGoron 2025-01-16 19:40:06 -0500
commit0d5d0f16c5b4c969e01a0ec27954b69a967c4970 (patch)
tree3a74a912396ed03b1ab3d74947dc394b0bea9355 /mcgoron.weight-balanced-trees.internal.sld
parentsuccesfully test join (diff)
rename module to internal
Diffstat (limited to '')
-rw-r--r--mcgoron.weight-balanced-trees.internal.sld (renamed from mcgoron.weight-balanced-trees.sld)4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcgoron.weight-balanced-trees.sld b/mcgoron.weight-balanced-trees.internal.sld
index 2cdee36..f5f5362 100644
--- a/mcgoron.weight-balanced-trees.sld
+++ b/mcgoron.weight-balanced-trees.internal.sld
@@ -13,7 +13,7 @@
| limitations under the License.
|#
-(define-library (mcgoron weight-balanced-trees)
+(define-library (mcgoron weight-balanced-trees internal)
(import (scheme base))
(cond-expand
;; Handle type declarations
@@ -28,5 +28,5 @@
in-order-vector->node
node->in-order-list
join)
- (include "mcgoron.weight-balanced-trees.scm"))
+ (include "mcgoron.weight-balanced-trees.internal.scm"))