trying to specialize the type to avoid Any, which is causing issues
This commit is contained in:
parent
6cb8309ea0
commit
ca4a358280
|
@ -14,7 +14,7 @@
|
|||
(require/typed "../parameters.rkt"
|
||||
(current-defined-name (Parameterof (U Symbol LamPositionalName))))
|
||||
(require/typed "../parser/parse-bytecode.rkt"
|
||||
(parse-bytecode (Any -> Expression)))
|
||||
(parse-bytecode (Compiled-Expression -> Expression)))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
[log-debug (String -> Void)])
|
||||
|
||||
(require/typed "../parser/parse-bytecode.rkt"
|
||||
[parse-bytecode (Any -> Expression)])
|
||||
[parse-bytecode ((U Path Input-Port) -> Expression)])
|
||||
|
||||
(require/typed "../get-module-bytecode.rkt"
|
||||
[get-module-bytecode ((U String Path Input-Port) -> Bytes)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user