swadesh migrated

This commit is contained in:
aarne
2006-02-23 22:39:35 +00:00
parent 7681912d20
commit 9834a25196
13 changed files with 303 additions and 254 deletions

View File

@@ -4,9 +4,9 @@ mkV2 file = do
ls <- readFile file >>= return . lines
mapM_ (putStrLn . mkOne) ls
--mkOne = mkOneV2
mkOne = mkOneV2
mkOne = mkOneQuote
--mkOne = mkOneQuote
mkOneQuote li = if elem '"' li then "-- " ++ li else li