aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/source/program.lux')
-rw-r--r--lux-jvm/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux
index 6442a87e7..e5be7649c 100644
--- a/lux-jvm/source/program.lux
+++ b/lux-jvm/source/program.lux
@@ -112,7 +112,7 @@
(ffi.array_write 3 _object_class)
(ffi.array_write 4 _object_class)))
-(def: #export (expander macro inputs lux)
+(def: .public (expander macro inputs lux)
Expander
(do try.monad
[apply_method (|> macro
@@ -226,7 +226,7 @@
(ffi.array_write 0 (:as java/lang/Object phase)))
apply_method)))))))
-(def: #export platform
+(def: .public platform
## (IO (Platform Anchor (Bytecode Any) Definition))
(IO [java/lang/ClassLoader
(Platform _.Anchor _.Inst _.Definition)])