Fix struct-lens test reference to lenses

This commit is contained in:
Jack Firth 2015-07-06 21:19:03 -07:00
parent 0363b85149
commit 437425dbfe

View File

@ -11,7 +11,7 @@
racket/syntax
))
(module+ test
(require rackunit fancy-app (only-in lenses/core/main lens-transform*)))
(require rackunit fancy-app (only-in lens/core/main lens-transform*)))
(define-simple-macro (struct-lens s:id fld:id)
#:with s-fld (format-id #'s "~a-~a" #'s #'fld #:source #'fld)