aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi/export.rb.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-03-17 04:29:59 -0400
committerEduardo Julian2022-03-17 04:29:59 -0400
commit220c804f9136c73058802575ee49f3f769d5599f (patch)
tree238ffc7163635103ffca835a082902a4f8fda943 /stdlib/source/library/lux/ffi/export.rb.lux
parent49387dbbf08a9b06b815a662d117c7aa37120482 (diff)
De-sigil-ification: !
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/ffi/export.rb.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/ffi/export.rb.lux b/stdlib/source/library/lux/ffi/export.rb.lux
index 51aab7008..59fba650f 100644
--- a/stdlib/source/library/lux/ffi/export.rb.lux
+++ b/stdlib/source/library/lux/ffi/export.rb.lux
@@ -78,10 +78,10 @@
(-> Code (Meta [Name Code]))
(|>> (list)
(<code>.result (<| <code>.form
- (<>.after (<code>.text! "lux def"))
+ (<>.after (<code>.this_text "lux def"))
(<>.before <code>.any)
($_ <>.and
- (<text>.then ..name <code>.local_symbol)
+ (<text>.then ..name <code>.local)
<code>.any)))
meta.lifted))