Move remaining modules (WIP - fix installation and such next)
This commit is contained in:
parent
80dafe0efa
commit
283ff3e68e
|
@ -6,8 +6,7 @@
|
|||
"struct.rkt"
|
||||
"dict.rkt"
|
||||
"hash.rkt"
|
||||
"stream.rkt"
|
||||
)
|
||||
"stream.rkt")
|
||||
|
||||
(provide
|
||||
(except-out
|
||||
|
@ -17,8 +16,7 @@
|
|||
"struct.rkt"
|
||||
"dict.rkt"
|
||||
"hash.rkt"
|
||||
"stream.rkt"
|
||||
)
|
||||
"stream.rkt")
|
||||
focus-lens
|
||||
drop-lens
|
||||
take-lens
|
||||
|
|
|
@ -1,23 +1,11 @@
|
|||
#lang racket
|
||||
|
||||
(require "syntax.rkt"
|
||||
"join.rkt"
|
||||
"list.rkt"
|
||||
"vector.rkt"
|
||||
"string.rkt"
|
||||
"view-set.rkt"
|
||||
"sublist.rkt"
|
||||
"struct.rkt"
|
||||
"arrow.rkt"
|
||||
"hash-pick.rkt")
|
||||
"arrow.rkt")
|
||||
|
||||
(provide (all-from-out "syntax.rkt"
|
||||
"join.rkt"
|
||||
"list.rkt"
|
||||
"vector.rkt"
|
||||
"string.rkt"
|
||||
"view-set.rkt"
|
||||
"sublist.rkt"
|
||||
"struct.rkt"
|
||||
"arrow.rkt"
|
||||
"hash-pick.rkt"))
|
||||
"arrow.rkt"))
|
||||
|
|
|
@ -10,14 +10,6 @@ may change in future releases. Do not depend on
|
|||
this library being backwards-compatible.
|
||||
|
||||
@include-section["view-set.scrbl"]
|
||||
@include-section["join.scrbl"]
|
||||
@include-section["list.scrbl"]
|
||||
@include-section["hash.scrbl"]
|
||||
@include-section["vector.scrbl"]
|
||||
@include-section["string.scrbl"]
|
||||
@include-section["syntax.scrbl"]
|
||||
@include-section["sublist.scrbl"]
|
||||
@include-section["struct.scrbl"]
|
||||
@include-section["arrow.scrbl"]
|
||||
@include-section["hash-pick.scrbl"]
|
||||
@include-section["stream.scrbl"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user