mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Relocated
This commit is contained in:
parent
8d1a7eb88d
commit
f9f2817f37
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
(define-library (vectors)
|
||||
(define-library (srfi 133) ;vectors)
|
||||
(import (scheme base))
|
||||
(import (scheme cxr))
|
||||
;; Constructors
|
||||
|
@ -17,5 +17,5 @@
|
|||
vector-reverse-copy! vector-unfold! vector-unfold-right!)
|
||||
;; Conversion
|
||||
(export reverse-vector->list reverse-list->vector)
|
||||
(include "vectors-impl.scm")
|
||||
(include "vectors/vectors-impl.scm")
|
||||
)
|
Loading…
Add table
Reference in a new issue