.
original commit: a7432874af0d8e8175b449832d45abee2b42fb99
This commit is contained in:
parent
dd45c93448
commit
08e1bc7f5f
|
@ -1,9 +1,9 @@
|
|||
|
||||
(module sig mzscheme
|
||||
|
||||
(import (lib "unitsig.ss"))
|
||||
(require (lib "unitsig.ss"))
|
||||
|
||||
(export compiler:option^
|
||||
(provide compiler:option^
|
||||
compiler^
|
||||
compiler:inner^
|
||||
compiler:linker^)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
(module option-sig mzscheme
|
||||
(import (lib "unitsig.ss"))
|
||||
(require (lib "unitsig.ss"))
|
||||
|
||||
(export setup-option^)
|
||||
(provide setup-option^)
|
||||
|
||||
(define-signature setup-option^
|
||||
(verbose
|
||||
|
|
Loading…
Reference in New Issue
Block a user