diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index c33470ebf..9b47b79f9 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -143,7 +143,7 @@ (exec [java/lang/String] "try" void) (eval [java/lang/String] "try" PyObject)) - (type: Translator + (type Translator (-> org/python/core/PyObject (Try Any))) (def (read_tuple read host_object) @@ -589,8 +589,8 @@ (function.constant extension/bundle.empty) ..program [Register - (type (_.Expression Any)) - (type (_.Statement Any))] + (type_literal (_.Expression Any)) + (type_literal (_.Statement Any))] ..extender service [(packager.package (is (_.Statement Any) (_.manual "")) |