aboutsummaryrefslogtreecommitdiff
path: root/lux-python/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-python/source/program.lux')
-rw-r--r--lux-python/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux
index 5383c1b0d..8fb761f0f 100644
--- a/lux-python/source/program.lux
+++ b/lux-python/source/program.lux
@@ -91,7 +91,7 @@
(import: org/python/core/PyObject
["[1]::[0]"
- ... (asInt [] int)
+ (asInt [] java/lang/Integer)
(asLong [] long)
(asDouble [] double)
(asString [] java/lang/String)
@@ -367,7 +367,7 @@
(All (_ s i o)
(-> (List Any) (Phase [extension.Bundle s] i o)
org/python/core/PyObject))
- (<| (ffi.:as org/python/core/PyObject)
+ (<| (:as org/python/core/PyObject)
(ffi.object [] org/python/core/PyObject []
[]
... Methods