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
|
||||
syntax/parse
|
||||
syntax/srcloc
|
||||
"util/id-append.rkt"
|
||||
"../util/id-append.rkt"
|
||||
module+ test
|
||||
require lens/private/base/base
|
||||
lens/private/list/main
|
|
@ -7,7 +7,7 @@ provide
|
|||
|
||||
require lens/private/base/main
|
||||
lens/private/compound/thrush
|
||||
lens/private/dict
|
||||
lens/private/dict/dict
|
||||
lens/private/util/functional-dict
|
||||
module+ test
|
||||
require rackunit fancy-app
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
(-> 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
|
||||
(require rackunit))
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
#lang scribble/manual
|
||||
|
||||
@(require "doc-util/main.rkt")
|
||||
@(require "../doc-util/main.rkt")
|
||||
|
||||
|
||||
@title[#:tag "dict-reference"]{Dict lenses}
|
|
@ -3,7 +3,7 @@ except-in
|
|||
combine-in
|
||||
"base/main.rkt"
|
||||
"compound/main.rkt"
|
||||
"dict.rkt"
|
||||
"dict/dict.rkt"
|
||||
"hash/main.rkt"
|
||||
"list/main.rkt"
|
||||
"stream.rkt"
|
||||
|
|
|
@ -12,5 +12,5 @@
|
|||
@include-section["../vector/main.scrbl"]
|
||||
@include-section["../string/main.scrbl"]
|
||||
@include-section["../stream.scrbl"]
|
||||
@include-section["../dict.scrbl"]
|
||||
@include-section["../dict/dict.scrbl"]
|
||||
@include-section["../../applicable.scrbl"]
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#lang reprovide
|
||||
lens/private/define-nested
|
||||
lens/private/compound/define-nested
|
||||
|
|
Loading…
Reference in New Issue
Block a user