elm-cookbook
elm-cookbook copied to clipboard
A collection of code snippets for the programming language Elm
Results
1
elm-cookbook issues
Sort by
recently updated
recently updated
newest added
Under ["Answer" in "What are comparable types?"](https://orasund.gitbook.io/elm-cookbook/frequently-asked-questions-1/what-does-comparable-type#answer): > ..., `Tuple comparable comparable` and ... are comparable types. `Tuple` isn't an actual type. I suggest changing it to > ..., `(...