From 8eb86ed366b2305751f2e831c7a081ffcca82c89 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 30 Mar 2022 21:25:53 -0400 Subject: De-sigil-ification: / --- lux-lua/source/program.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-lua') diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index 983f35ee0..fbe24bba8 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -288,7 +288,7 @@ (list $input (` (..read (~ $input)))))) list#conjoint)) - (def: (apply/* to_host self parameters abstraction) + (def: (apply_* to_host self parameters abstraction) (-> (-> Any java/lang/Object) net/sandius/rembulan/runtime/LuaFunction (List java/lang/Object) Any Any) (<| try.trusted (do [! try.monad] @@ -343,7 +343,7 @@ void "throws" [net/sandius/rembulan/runtime/ResolvedControlThrowable] (<| (..return %) - (apply/* to_host + (apply_* to_host (ffi.is net/sandius/rembulan/runtime/LuaFunction self) (list (~~ (static.literals function.identity (..input/* )))) lux_function)))] @@ -361,7 +361,7 @@ void "throws" [net/sandius/rembulan/runtime/ResolvedControlThrowable] (<| (..return %) - (apply/* to_host + (apply_* to_host (ffi.is net/sandius/rembulan/runtime/LuaFunction self) (array.list {.#None} input/*) lux_function))) -- cgit v1.2.3