aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/array.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/data/collection/array.lux')
-rw-r--r--stdlib/source/lux/data/collection/array.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/lux/data/collection/array.lux b/stdlib/source/lux/data/collection/array.lux
index 339e4e7ca..c38ae1371 100644
--- a/stdlib/source/lux/data/collection/array.lux
+++ b/stdlib/source/lux/data/collection/array.lux
@@ -11,8 +11,9 @@
["." maybe]
[collection
["." list ("list/." Fold<List>)]]]
- [compiler
- ["." host]]])
+ [platform
+ [compiler
+ ["." host]]]])
(def: #export array-type-name "#Array")