rtfeldman / elm-workshop

An introductory Elm workshop. Video available on Frontend Masters!
https://frontendmasters.com/courses/elm/?u=ea0ec073ea98046a6a26ccd9a0adede4d5458676
Other
441 stars 173 forks source link

elm-repl #17

Closed johncrosby closed 7 years ago

johncrosby commented 7 years ago

I'm trying to put the pluralize function into the repl which I have done but it produces `> pluralize

: a -> a -> number -> a` rather than `` : String -> String -> Int -> String` which I cant figure out..