mirror of
https://github.com/correl/elm.git
synced 2024-12-18 19:21:37 +00:00
Merge pull request #83 from tgecho/word-count-confusion
Add a type signature for the wordCount function
This commit is contained in:
commit
889e06279c
1 changed files with 3 additions and 0 deletions
|
@ -1 +1,4 @@
|
|||
module WordCount exposing (..)
|
||||
|
||||
|
||||
wordCount : String -> Dict String Int
|
||||
|
|
Loading…
Reference in a new issue