From 6095c8149a4f0c47333d50186f0758d286d30dec Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 12 Dec 2016 20:15:49 -0400 Subject: - Small fixes, refactorings and expansions. --- stdlib/source/lux.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/source/lux.lux') diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux index bff74ff0c..dd8e70ab6 100644 --- a/stdlib/source/lux.lux +++ b/stdlib/source/lux.lux @@ -2074,7 +2074,7 @@ [ Nat "nat" n.= "=" n.< n.<= "<" n.> n.>= "Natural equality." "Natural less-than." "Natural less-than-equal." "Natural greater-than." "Natural greater-than-equal."] - [ Int "jvm" i.= "leq" i.< i.<= "llt" i.> i.>= + [ Int "jvm" i.= "leq" i.< i.<= "llt" i.> i.>= "Integer equality." "Integer less-than." "Integer less-than-equal." "Integer greater-than." "Integer greater-than-equal."] [Frac "frac" f.= "=" f.< f.<= "<" f.> f.>= -- cgit v1.2.3