Merge pull request #83 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