From 53f7f432ca593ea007d576d682a27f23310d07a4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 6 Jan 2017 21:22:51 -0400 Subject: - Fixed a lot of errors in the documentation. --- stdlib/source/lux/math/simple.lux | 56 +++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'stdlib/source/lux/math/simple.lux') diff --git a/stdlib/source/lux/math/simple.lux b/stdlib/source/lux/math/simple.lux index 4fa69a8a1..9de6a54b0 100644 --- a/stdlib/source/lux/math/simple.lux +++ b/stdlib/source/lux/math/simple.lux @@ -53,14 +53,14 @@ s;symbol s;any s;end)]) - {#;doc (doc (= ( +1 +2) - ( +1 +2)) - (= ( 1 2) - ( 1 2)) - (= ( 1.0 2.0) - ( 1.0 2.0)) - (= ( .1 .2) - ( .1 .2)))} + ## {#;doc (doc (= ( +1 +2) + ## ( +1 +2)) + ## (= ( 1 2) + ## ( 1 2)) + ## (= ( 1.0 2.0) + ## ( 1.0 2.0)) + ## (= ( .1 .2) + ## ( .1 .2)))} (case args (+0 [x y]) (do @ @@ -150,14 +150,14 @@ s;symbol s;any s;end)]) - {#;doc (doc (= ( +1 +2) - ( +1 +2)) - (= ( 1 2) - ( 1 2)) - (= ( 1.0 2.0) - ( 1.0 2.0)) - (= ( .1 .2) - ( .1 .2)))} + ## {#;doc (doc (= ( +1 +2) + ## ( +1 +2)) + ## (= ( 1 2) + ## ( 1 2)) + ## (= ( 1.0 2.0) + ## ( 1.0 2.0)) + ## (= ( .1 .2) + ## ( .1 .2)))} (case args (+0 [x y]) (do @ @@ -247,10 +247,10 @@ s;symbol s;any s;end)]) - {#;doc (doc (= ( +1 +2) - ( +1 +2)) - (= ( 1 2) - ( 1 2)))} + ## {#;doc (doc (= ( +1 +2) + ## ( +1 +2)) + ## (= ( 1 2) + ## ( 1 2)))} (case args (+0 [x y]) (do @ @@ -315,10 +315,10 @@ s;symbol s;any s;end)]) - {#;doc (doc (= ( +1 +2) - ( +1 +2)) - (= ( 1 2) - ( 1 2)))} + ## {#;doc (doc (= ( +1 +2) + ## ( +1 +2)) + ## (= ( 1 2) + ## ( 1 2)))} (case args (+0 x) (do @ @@ -360,10 +360,10 @@ s;symbol s;any s;end)]) - {#;doc (doc (= ( +1 +2) - ( +1 +2)) - (= ( 1 2) - ( 1 2)))} + ## {#;doc (doc (= ( +1 +2) + ## ( +1 +2)) + ## (= ( 1 2) + ## ( 1 2)))} (case args (+0 x) (do @ -- cgit v1.2.3