From a7ee9bfcaf9d85105b2ee0e34c203bfc86d1ce15 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 10 Feb 2019 21:33:09 -0400 Subject: Various small improments and changes. --- stdlib/source/lux/data/format/json.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/lux/data/format/json.lux') diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux index d4dc36ad0..e06948838 100644 --- a/stdlib/source/lux/data/format/json.lux +++ b/stdlib/source/lux/data/format/json.lux @@ -5,7 +5,7 @@ ["." monad (#+ Monad do)] [equivalence (#+ Equivalence)] codec - ["p" parser ("parser/." monad)] + ["p" parser (#+ Parser) ("parser/." monad)] ["ex" exception (#+ exception:)]] [data ["." bit] @@ -51,7 +51,7 @@ (type: #export (Reader a) {#.doc "JSON reader."} - (p.Parser (List JSON) a)) + (Parser (List JSON) a)) (syntax: #export (json token) {#.doc (doc "A simple way to produce JSON literals." -- cgit v1.2.3