From a10ff8416855e2079ba8da48cae43c80414666d0 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 27 Dec 2016 19:40:11 -0400 Subject: - Now, it's possible to omit the module-prefix from the names of member functions/constants in struct auto-selection. --- stdlib/test/test/lux/type/auto.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/test') diff --git a/stdlib/test/test/lux/type/auto.lux b/stdlib/test/test/lux/type/auto.lux index ef69961cd..eb25a2371 100644 --- a/stdlib/test/test/lux/type/auto.lux +++ b/stdlib/test/test/lux/type/auto.lux @@ -25,4 +25,4 @@ y R;nat] (assert "Can automatically select first-order structures." (B/= (:: number;Eq = x y) - (::: eq;= x y)))) + (::: = x y)))) -- cgit v1.2.3