reduce lens dependency to lens-common and lens-unstable
This commit is contained in:
parent
6618f0e038
commit
9f9294dc4c
3
info.rkt
3
info.rkt
|
@ -4,7 +4,8 @@
|
|||
|
||||
(define deps
|
||||
'("base"
|
||||
"lens"
|
||||
"lens-common"
|
||||
"lens-unstable"
|
||||
))
|
||||
|
||||
(define build-deps
|
||||
|
|
|
@ -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))]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user