From 8df63aae42c40ac0413ccfacc3b2e8eb72e00a15 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 4 Dec 2020 01:13:01 -0400 Subject: Re-named old luxc-jvm to lux-bootstrapper. --- stdlib/source/lux.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/lux.lux') diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux index a5ee64cab..8a64392e4 100644 --- a/stdlib/source/lux.lux +++ b/stdlib/source/lux.lux @@ -2244,9 +2244,9 @@ #Nil (-> Int Text) (if ("lux i64 =" +0 value) - "0" + "+0" (let' [sign (if ("lux i64 <" value +0) - "" + "+" "-")] (("lux check" (-> Int Text Text) (function' recur [input output] -- cgit v1.2.3