From f11c10f72d003555d76c9803954e2bd8b347362d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 15 Nov 2017 22:30:57 -0400 Subject: - Moved "/type/*" to from "lux/meta/" to "lux/". --- stdlib/test/tests.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stdlib/test/tests.lux') diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index 3e1d6b5f3..34f6ef8b0 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -65,9 +65,9 @@ (meta ["_;" code] ["_;" syntax] (poly ["poly_;" eq] - ["poly_;" functor]) - (type ["_;" implicit] - ["_;" object])) + ["poly_;" functor])) + (type ["_;" implicit] + ["_;" object]) (lang ["lang_;" syntax] ["_;" type] (type ["_;" check])) @@ -89,7 +89,7 @@ (coll (tree ["tree_;" parser]))) (math [random]) [meta] - (meta (type [unit])) + (type [unit]) [world/env]) ) -- cgit v1.2.3