Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/news/0.12.1.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down