reduce lens dependency to lens-common and lens-unstable

This commit is contained in:
Stephen Chang 2017-01-25 14:18:13 -05:00
parent 6618f0e038
commit 9f9294dc4c
3 changed files with 3 additions and 5 deletions

View File

@ -4,7 +4,8 @@
(define deps
'("base"
"lens"
"lens-common"
"lens-unstable"
))
(define build-deps

View File

@ -7,8 +7,6 @@
reject verify-automaton debug-automaton synthesize-automaton))
(provide (rename-out [rosette:choose ?]))
(require (for-syntax lens unstable/lens))
(provide FSM State Pict
(typed-out [reject : State]
[verify-automaton : ( FSM Regexp (List Symbol))]

View File

@ -12,8 +12,7 @@
(require (except-in (rename-in
macrotypes/typecheck
[define-typed-syntax -define-typed-syntax]
[define-syntax-category -define-syntax-category]
)
[define-syntax-category -define-syntax-category])
#%module-begin))
(module typecheck+ racket/base