wordify-0.1.0.0

Safe HaskellSafe
LanguageHaskell2010

Wordify.Rules.Dictionary

Synopsis

Documentation

data Dictionary Source #

Instances
Show Dictionary Source # 
Instance details

Defined in Wordify.Rules.Dictionary

makeDictionary :: FilePath -> IO (Either ScrabbleError Dictionary) Source #

Creates a dictionary from a file containing a list of valid words, each word being seperated by a newline.

invalidWords :: Dictionary -> [String] -> [String] Source #

Returns the list of words which are not present in the given dictionary from a list of input words.