diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index bf154a7e7..8049d94a6 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -357,7 +357,7 @@ ["Arity" (%.nat arity)])) (def: (host_phase partial_application phase) - (All [s i o] + (All (_ s i o) (-> (List Any) (Phase [extension.Bundle s] i o) org/python/core/PyObject)) (<| (ffi.:as org/python/core/PyObject) |