1
0
Fork 0
mirror of https://github.com/correl/elm.git synced 2025-04-13 17:00:06 -09:00

Merge pull request from tgecho/word-count-confusion

Add a type signature for the wordCount function
This commit is contained in:
Erik Simmler 2016-06-18 14:52:00 -04:00 committed by GitHub
commit 889e06279c

View file

@ -1 +1,4 @@
module WordCount exposing (..)
wordCount : String -> Dict String Int