I have some confusion with the syntax in Elm, fully realizing that they may have been modeled after Haskell and/or other languages.
Here's an example: add : Int -> Int -> Int Why wouldn't this be: add : Int, Int -> Is it because of partial application or currying? -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
