mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Remove n=
This commit is contained in:
@@ -27,7 +27,7 @@ main = do
|
||||
|
||||
---- interact (doTranslate grs cat)
|
||||
s <- getLine
|
||||
putStrLnFlush $ doTranslate grs cat s
|
||||
putStrLnFlush $ doTranslate grs cat $ drop 2 s
|
||||
|
||||
doTranslate grs cat s =
|
||||
let ss = [l +++ ":" +++ s | (l,s) <- zip (map (prIdent . cncId) grs)
|
||||
|
||||
Reference in New Issue
Block a user