From 86df87512966e8038d70624ab654262ce14a915c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 12 Jul 2021 00:03:36 -0400 Subject: Better syntax for parallel-hierarchy imports. --- stdlib/source/test/lux/math/number/rev.lux | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'stdlib/source/test/lux/math/number/rev.lux') diff --git a/stdlib/source/test/lux/math/number/rev.lux b/stdlib/source/test/lux/math/number/rev.lux index 5b30741df..e4d6b81f7 100644 --- a/stdlib/source/test/lux/math/number/rev.lux +++ b/stdlib/source/test/lux/math/number/rev.lux @@ -3,25 +3,24 @@ ["_" test (#+ Test)] [abstract [monad (#+ do)] - {[0 #spec] - [/ - ["$." equivalence] - ["$." hash] - ["$." order] - ["$." enum] - ["$." interval] - ["$." monoid] - ["$." codec]]}] + [\spec + ["$." equivalence] + ["$." hash] + ["$." order] + ["$." enum] + ["$." interval] + ["$." monoid] + ["$." codec]]] [data ["." bit ("#\." equivalence)]] [math ["." random]]] - {1 + [\\ ["." / [// (#+ hex) ["n" nat] ["f" frac] - ["." i64 ("#\." hash)]]]}) + ["." i64 ("#\." hash)]]]]) (def: signature Test -- cgit v1.2.3