Dictionary edits by Inari and others

This commit is contained in:
aarne
2014-04-24 06:18:48 +00:00
parent 5d3a843d4b
commit a460747b73
19 changed files with 4125 additions and 4093 deletions

View File

@@ -58,7 +58,7 @@ lookupFun f dictmap = case look f of
_ -> "variants{} ; -- "
where
look = flip Data.Map.lookup dictmap
notEmpty r = head (words r) `notElem` ["variants","variants{}"]
notEmpty r = take 1 (words r) `notElem` [["variants"],["variants{}"]]
subCats f = case splitFun f of
(fun,cat) -> case cat of