aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.py.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/ffi.py.lux6
1 files changed, 2 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/ffi.py.lux b/stdlib/source/library/lux/ffi.py.lux
index b6f7eced4..d0ac65ba0 100644
--- a/stdlib/source/library/lux/ffi.py.lux
+++ b/stdlib/source/library/lux/ffi.py.lux
@@ -23,13 +23,11 @@
["[0]" code]
["[0]" template]]]])
-(abstract: .public (Object brand)
- {}
- Any)
+(abstract: .public (Object brand) Any [])
(template [<name>]
[(with_expansions [<brand> (template.identifier [<name> "'"])]
- (abstract: <brand> {} Any)
+ (abstract: <brand> Any [])
(type: .public <name>
(..Object <brand>)))]