From a4f162c79c70e57c856a0f924d3cbb27ab70babb Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 19 Apr 2019 19:54:42 -0400 Subject: Moved the JSON parser under "lux/control/parser/". --- stdlib/source/test/lux/macro/poly/json.lux | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'stdlib/source/test') diff --git a/stdlib/source/test/lux/macro/poly/json.lux b/stdlib/source/test/lux/macro/poly/json.lux index 1209aa90a..78ed58a9a 100644 --- a/stdlib/source/test/lux/macro/poly/json.lux +++ b/stdlib/source/test/lux/macro/poly/json.lux @@ -4,7 +4,7 @@ ["_" test (#+ Test)] [abstract codec - [monad (#+ do Monad)] + [monad (#+ do)] [equivalence (#+ Equivalence)] {[0 #test] [/ @@ -12,7 +12,9 @@ ["$." codec]]}] [control pipe - ["p" parser]] + ["p" parser + ## TODO: Get rid of this import ASAP + [json (#+)]]] [data ["." error] ["." bit] -- cgit v1.2.3