Merge pull request #86 from jackfirth/hide-syntax-lenses
Hide syntax lenses from exports and docs
This commit is contained in:
commit
c345505da6
2
info.rkt
2
info.rkt
|
@ -3,7 +3,7 @@
|
|||
(define collection 'multi)
|
||||
|
||||
|
||||
(define version "0.4")
|
||||
(define version "0.5")
|
||||
|
||||
|
||||
(define deps
|
||||
|
|
|
@ -2,17 +2,13 @@
|
|||
|
||||
(require
|
||||
"base/main.rkt"
|
||||
"list/main.rkt"
|
||||
"syntax.rkt"
|
||||
"syntax-keyword.rkt")
|
||||
"list/main.rkt")
|
||||
|
||||
(provide
|
||||
(except-out
|
||||
(all-from-out
|
||||
"base/main.rkt"
|
||||
"list/main.rkt"
|
||||
"syntax.rkt"
|
||||
"syntax-keyword.rkt")
|
||||
"list/main.rkt")
|
||||
focus-lens
|
||||
drop-lens
|
||||
list-ref-nested-lens
|
||||
|
|
|
@ -16,5 +16,4 @@ source code: @url["https://github.com/jackfirth/lens"]
|
|||
@include-section["base/main.scrbl"]
|
||||
@include-section["list/main.scrbl"]
|
||||
@include-section["struct.scrbl"]
|
||||
@include-section["syntax.scrbl"]
|
||||
@include-section["applicable.scrbl"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user