move join vector
This commit is contained in:
parent
350a6255ab
commit
7145202cbb
|
@ -1,6 +1,4 @@
|
|||
#lang reprovide
|
||||
"compose.rkt"
|
||||
"identity.rkt"
|
||||
;"join-string.rkt"
|
||||
"join-vector.rkt"
|
||||
"thrush.rkt"
|
||||
|
|
|
@ -6,5 +6,3 @@
|
|||
|
||||
@scribble-include/no-subsection["compose.scrbl"]
|
||||
@scribble-include/no-subsection["thrush.scrbl"]
|
||||
@scribble-include/no-subsection["join-vector.scrbl"]
|
||||
@;scribble-include/no-subsection["join-string.scrbl"]
|
||||
|
|
|
@ -5,7 +5,7 @@ require racket/contract
|
|||
"../base/main.rkt"
|
||||
"../util/immutable.rkt"
|
||||
"../util/rest-contract.rkt"
|
||||
"compose.rkt"
|
||||
"../compound/compose.rkt"
|
||||
"../list/join-list.rkt"
|
||||
|
||||
module+ test
|
|
@ -2,3 +2,4 @@
|
|||
"nested.rkt"
|
||||
"pick.rkt"
|
||||
"ref.rkt"
|
||||
"join-vector.rkt"
|
||||
|
|
|
@ -7,3 +7,4 @@
|
|||
@scribble-include/no-subsection["ref.scrbl"]
|
||||
@scribble-include/no-subsection["nested.scrbl"]
|
||||
@scribble-include/no-subsection["pick.scrbl"]
|
||||
@scribble-include/no-subsection["join-vector.scrbl"]
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"../compound/main.rkt"
|
||||
"../util/immutable.rkt"
|
||||
"../util/rest-contract.rkt"
|
||||
"../vector/join-vector.rkt"
|
||||
"ref.rkt")
|
||||
|
||||
(module+ test
|
||||
|
|
Loading…
Reference in New Issue
Block a user