mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
swadesh migrated
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user