aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/ffi.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/library/lux/ffi.lux b/stdlib/source/library/lux/ffi.lux
index e4d0878a5..fee15e46d 100644
--- a/stdlib/source/library/lux/ffi.lux
+++ b/stdlib/source/library/lux/ffi.lux
@@ -21,7 +21,7 @@
[syntax (.only syntax)]
["[0]" template]]
[type
- ["[0]" primitive (.except #name def)]]
+ ["[0]" nominal (.except #name def)]]
["@" target (.only)
["[0]" js]]]]])
@@ -217,7 +217,7 @@
@.python .python_function#
@.lua "lua function"
(these))]
- (primitive.def .public (Object brand) Any)
+ (nominal.def .public (Object brand) Any)
(with_expansions [<un_common> (for @.js (these [Symbol]
[Null]
@@ -230,7 +230,7 @@
<un_common> <un_common>]
(with_template [<name>]
[(with_expansions [<brand> (template.symbol [<name> "'"])]
- (primitive.def <brand>
+ (nominal.def <brand>
Any
(type .public <name>
@@ -792,8 +792,8 @@
declaration (` ((, (code.local (maybe.else class_name alias)))
(,* g!class_variables)))]
(in (list.partial (` (.type (, declaration)
- (..Object (.Primitive (, (code.text (..host_path class_name)))
- [(,* g!class_variables)]))))
+ (..Object (.Nominal (, (code.text (..host_path class_name)))
+ [(,* g!class_variables)]))))
(list#each (.function (_ member)
(`` (`` (when member
(,, (for @.lua (,, (these))