From c54fb0eef823bef70c923c4c69a95a2b04a92612 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Thu, 13 Feb 2020 12:07:58 -0500 Subject: [PATCH] Fix typo --- pages/news/0.12.1.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/news/0.12.1.elm b/pages/news/0.12.1.elm index ad7097660..4bf185e5e 100644 --- a/pages/news/0.12.1.elm +++ b/pages/news/0.12.1.elm @@ -150,7 +150,7 @@ port prettyText : Signal Json.Value port prettyText = toJson <~ prettyTexts ``` -It would *definitely* be nicer to to just allow ADTs to travel through ports +It would *definitely* be nicer to just allow ADTs to travel through ports with some systematic conversion to JavaScript objects. Well, that is [in the pipeline][issue]! But until that is implemented, `Json.Value` at least makes it *possible* to send recursive ADTs through ports.