From fb46beb8bd784ba92949bf2c535dc13c2f003ef0 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 25 Jun 2022 20:24:43 -0400 Subject: De-sigil-ification: suffix : [Part 15] --- lux-python/source/program.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-python') 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 "")) -- cgit v1.2.3