Hacker News new | ask | show | jobs
by frou_dh 2886 days ago
I look at the opening stanza of the first example:

https://github.com/dmjio/miso/blob/master/examples/todo-mvc/...

"We're not in Kansas anymore"

1 comments

RecordWildCards and DeriveGeneric are clearly used but fairly basic. OverloadedStrings seems to be used for MisoString.

The other extensions don't seem to be used so it probably isn't as bad as it looks.