From 53c30c5521eb6c74c711fd7f6c2952247aa57bcc Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 25 Jul 2017 21:23:11 -0400 Subject: - Added units of measurement as a feature to decorate Int values for safer calculations. --- stdlib/test/tests.lux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stdlib/test') diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index 3004190c1..c423502b7 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -75,7 +75,8 @@ [trace] [store]) [macro] - (math [random])) + (math [random]) + (type [unit])) ) ## [Program] -- cgit v1.2.3