aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
authorEduardo Julian2022-06-25 20:24:43 -0400
committerEduardo Julian2022-06-25 20:24:43 -0400
commitfb46beb8bd784ba92949bf2c535dc13c2f003ef0 (patch)
tree28dbec5e8e6a1307a5aee28772d9aa897349bc57 /lux-python
parenta384e0c9426d6110fa4c104a1327808a0aff91b0 (diff)
De-sigil-ification: suffix : [Part 15]
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/source/program.lux6
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 ""))