From f92c806ee8da63f04bbefbf558f6249bacdb47ea Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 15 Jun 2022 23:13:48 -0400 Subject: Better syntax for the "sharing" and "by_example" macros. --- stdlib/source/parser/lux/data/binary.lux | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'stdlib/source/parser') diff --git a/stdlib/source/parser/lux/data/binary.lux b/stdlib/source/parser/lux/data/binary.lux index 1a49d5315..d09eeba86 100644 --- a/stdlib/source/parser/lux/data/binary.lux +++ b/stdlib/source/parser/lux/data/binary.lux @@ -223,11 +223,10 @@ )] (loop (again [index 0 output (sharing [v] - (Parser v) - valueP - - (Sequence v) - sequence.empty)]) + (is (Parser v) + valueP) + (is (Sequence v) + sequence.empty))]) (if (n.< amount index) (do //.monad [value valueP] -- cgit v1.2.3