mirror of
https://github.com/correl/elm.git
synced 2024-11-16 03:00:08 +00:00
233e7f0d4d
Since the test converts wordCount’s output with Dict.toList, the required type may not be immediately apparent to an early learner.
4 lines
71 B
Elm
4 lines
71 B
Elm
module WordCount exposing (..)
|
|
|
|
|
|
wordCount : String -> Dict String Int
|