aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.scm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/ffi.scm.lux')
-rw-r--r--stdlib/source/library/lux/ffi.scm.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/ffi.scm.lux b/stdlib/source/library/lux/ffi.scm.lux
index 92184bb5a..8db541680 100644
--- a/stdlib/source/library/lux/ffi.scm.lux
+++ b/stdlib/source/library/lux/ffi.scm.lux
@@ -211,6 +211,6 @@
g!name (code.local (maybe.else name alias))]
(in (list (` (def (, g!name)
(syntax ((, g!name) [])
- (at meta.monad (,' in)
+ (of meta.monad (,' in)
(list (` (.as (, (nilable_type fieldT)) (, imported)))))))))))
))))