billstclair / elm-html-template

Turn JSON templates and dictionaries into Elm Html
https://lisplog.org/elm-html-template/
MIT License
6 stars 0 forks source link

/let with no variable bindings should work #8

Closed billstclair closed 7 years ago

billstclair commented 7 years ago

/let with no bindings doesn't get evaluated.

["/let",{},"foo"]

Renders as:

["/let", ]

Should, of course, be:

foo