From 1251b22ebc01795d19a67246350805654d8e6666 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 3 Aug 2018 00:18:52 -0400 Subject: Moved "Array" type back into "lux/data/collection/array". --- stdlib/source/lux.lux | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stdlib/source/lux.lux') diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux index 1c7969f99..4f48518a1 100644 --- a/stdlib/source/lux.lux +++ b/stdlib/source/lux.lux @@ -5975,10 +5975,6 @@ (f value) value))) -(type: #export (Array a) - {#.doc "Mutable arrays."} - (#.Primitive "#Array" (#.Cons a #.Nil))) - (def: target (Meta Text) (function (_ compiler) -- cgit v1.2.3