This website requires JavaScript.
Explore
Help
Sign In
github
/
elm
Watch
1
Star
0
Fork
You've already forked elm
0
mirror of
https://github.com/correl/elm.git
synced
2024-11-16 19:19:28 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
65db27e7e0
elm
/
exercises
/
word-count
/
WordCount.elm
5 lines
71 B
Elm
Raw
Normal View
History
Unescape
Escape
Update elm-package.json and .elm files to support Elm 0.17
2016-05-13 02:26:52 +00:00
module
WordCount
exposing
(..)
Add a type signature for the wordCount function Since the test converts wordCount’s output with Dict.toList, the required type may not be immediately apparent to an early learner.
2016-06-18 18:39:47 +00:00
wordCount
:
String
->
Dict
String
Int
Reference in a new issue
Copy permalink