-- Another small dictionary for testing, so -- spellCheck "Spell.hs" -- will work, but not much else! module Dictionary2 where dictionary = ["A", "If", "It", "Produce", "That", "The", "There", "There's", "This", "We", "a", "after", "all", "alphabetic", "alphabetical", "an", "and", "another", "any", "appear", "applies", "appropriate", "are", "aren't", "as", "ascending", "be", "break", "by", "can", "cat", "character", "characters", "check", "checked", "checker", "checking", "composition", "contents", "define", "defined", "definition", "determine", "determines", "developed", "dict", "dictionaries", "dictionary", "dog", "don't", "each", "elements", "empty", "file", "filename", "find", "first", "following", "for", "found", "from", "function", "functions", "get", "gets", "given", "gives", "has", "if", "in", "includes", "initial", "input", "insertion", "into", "is", "just", "lecture", "left", "letter", "letters", "like", "list", "lists", "loaded", "main", "misspellings", "misspelt", "modules","more", "mouse", "need", "no", "not", "notes", "of", "one", "order", "ordering", "otherwise", "output", "problem", "problems", "project", "provided", "put", "quite", "read", "reads", "recursion", "relation", "removal", "remove", "removes", "require", "requirements", "requires", "respectively", "sample", "satisfy", "say", "script", "section", "sequence", "small", "smaller", "so", "some", "sort", "sorted", "sorts", "specialised", "specifically", "spell", "spelling", "standard", "string", "strings", "tailored", "that", "the", "there", "these", "this", "those", "three", "to", "true", "two", "uncomment", "up", "use", "using", "value", "very", "we", "what", "where", "which", "whichever", "will", "with", "word", "words"]