move more stuff into the correct directory
This commit is contained in:
parent
7145202cbb
commit
43b05d476a
|
@ -7,7 +7,7 @@ require lens/private/compound/thrush
|
||||||
racket/syntax
|
racket/syntax
|
||||||
syntax/parse
|
syntax/parse
|
||||||
syntax/srcloc
|
syntax/srcloc
|
||||||
"util/id-append.rkt"
|
"../util/id-append.rkt"
|
||||||
module+ test
|
module+ test
|
||||||
require lens/private/base/base
|
require lens/private/base/base
|
||||||
lens/private/list/main
|
lens/private/list/main
|
|
@ -7,7 +7,7 @@ provide
|
||||||
|
|
||||||
require lens/private/base/main
|
require lens/private/base/main
|
||||||
lens/private/compound/thrush
|
lens/private/compound/thrush
|
||||||
lens/private/dict
|
lens/private/dict/dict
|
||||||
lens/private/util/functional-dict
|
lens/private/util/functional-dict
|
||||||
module+ test
|
module+ test
|
||||||
require rackunit fancy-app
|
require rackunit fancy-app
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
(-> any/c (lens/c functional-dict? any/c))]
|
(-> any/c (lens/c functional-dict? any/c))]
|
||||||
))
|
))
|
||||||
|
|
||||||
(require lens/private/util/functional-dict racket/dict fancy-app "base/main.rkt")
|
(require lens/private/util/functional-dict racket/dict fancy-app "../base/main.rkt")
|
||||||
(module+ test
|
(module+ test
|
||||||
(require rackunit))
|
(require rackunit))
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
|
|
||||||
@(require "doc-util/main.rkt")
|
@(require "../doc-util/main.rkt")
|
||||||
|
|
||||||
|
|
||||||
@title[#:tag "dict-reference"]{Dict lenses}
|
@title[#:tag "dict-reference"]{Dict lenses}
|
|
@ -3,7 +3,7 @@ except-in
|
||||||
combine-in
|
combine-in
|
||||||
"base/main.rkt"
|
"base/main.rkt"
|
||||||
"compound/main.rkt"
|
"compound/main.rkt"
|
||||||
"dict.rkt"
|
"dict/dict.rkt"
|
||||||
"hash/main.rkt"
|
"hash/main.rkt"
|
||||||
"list/main.rkt"
|
"list/main.rkt"
|
||||||
"stream.rkt"
|
"stream.rkt"
|
||||||
|
|
|
@ -12,5 +12,5 @@
|
||||||
@include-section["../vector/main.scrbl"]
|
@include-section["../vector/main.scrbl"]
|
||||||
@include-section["../string/main.scrbl"]
|
@include-section["../string/main.scrbl"]
|
||||||
@include-section["../stream.scrbl"]
|
@include-section["../stream.scrbl"]
|
||||||
@include-section["../dict.scrbl"]
|
@include-section["../dict/dict.scrbl"]
|
||||||
@include-section["../../applicable.scrbl"]
|
@include-section["../../applicable.scrbl"]
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#lang reprovide
|
#lang reprovide
|
||||||
lens/private/define-nested
|
lens/private/compound/define-nested
|
||||||
|
|
Loading…
Reference in New Issue
Block a user