elm-todomvc
elm-todomvc copied to clipboard
Explain !
This file was the first time I saw !
, and people, myself included, asked on Slack about !
from seeing this file.
thanks for opening this pr! was just looking for this info 👍
"http://klaftertief.github.io/elm-search/?q=!"
Or search for ! in core on package.elm-lang.org. Both give us
It helps to know that (!)
is non-infix notation (prefix?), and that the second Cmd msg is the List of Cmd msgs as one.
I've just made this pull request, to help anyone who gets to that page. https://github.com/elm-lang/core/pull/719