From f621a133e6e0a516c0586270fea8eaffb4829d82 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 8 Aug 2021 17:56:15 -0400 Subject: No more #export magic syntax. --- lux-jvm/source/program.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-jvm/source/program.lux') 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)]) -- cgit v1.2.3