Merge pull request #86 from jackfirth/hide-syntax-lenses

Hide syntax lenses from exports and docs
This commit is contained in:
Jack Firth 2015-07-08 01:04:15 -07:00
commit c345505da6
3 changed files with 3 additions and 8 deletions

View File

@ -3,7 +3,7 @@
(define collection 'multi)
(define version "0.4")
(define version "0.5")
(define deps

View File

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

View File

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