diff options
author | Eduardo Julian | 2021-08-08 17:56:15 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-08-08 17:56:15 -0400 |
commit | f621a133e6e0a516c0586270fea8eaffb4829d82 (patch) | |
tree | 399396ee2f6a10df10cea9b78c51c76679b70e59 /lux-ruby | |
parent | 17e7566be51df5e428a6b10e6469201a8a9468da (diff) |
No more #export magic syntax.
Diffstat (limited to 'lux-ruby')
-rw-r--r-- | lux-ruby/source/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux index 5c2b3488d..c0342f441 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -280,7 +280,7 @@ _ (exception.throw ..unknown_kind_of_object [host_object]))) -(exception: #export nil_has_no_lux_representation) +(exception: .public nil_has_no_lux_representation) (def: (read host_object) Translator @@ -648,7 +648,7 @@ (run! (_.global (reference.artifact context)))))))))) (for {@.old - (as_is (exception: #export (invaid_phase_application {partial_application (List Any)} + (as_is (exception: .public (invaid_phase_application {partial_application (List Any)} {arity Nat}) (exception.report ["Partial Application" (%.nat (list.size partial_application))] |