mirror of
https://github.com/correl/elm.git
synced 2025-03-10 17:00:07 -09:00
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
|