Move remaining modules (WIP - fix installation and such next)

This commit is contained in:
Jack Firth 2015-08-18 13:10:10 -07:00
parent 80dafe0efa
commit 283ff3e68e
13 changed files with 4 additions and 26 deletions

View File

@ -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

View File

@ -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"))

View File

@ -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"]