haskellscrabble-2.0.1: A scrabble library capturing the core game logic of scrabble.

Safe HaskellSafe
LanguageHaskell98

Wordify.Rules.Dictionary

Synopsis

Documentation

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.