mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-25 20:42:50 -06:00
added Chi to the synopsis languages that can be compiled, but didn't update synopsis yet.
This commit is contained in:
@@ -71,7 +71,7 @@ prApiEx apexx = case M.toList apexx of
|
||||
[l ++ ": //" ++ mkEx l e ++ "//" | (l,e) <- lexx]
|
||||
|
||||
mkEx l = unws . bind . mkE . words where
|
||||
unws = if elem l ["Jpn","Tha"] then concat else unwords -- remove spaces
|
||||
unws = if elem l ["Chi","Jpn","Tha"] then concat else unwords -- remove spaces
|
||||
mkE e = case e of
|
||||
"atomic":"term":_ -> ["*"]
|
||||
"[]":_ -> ["''"]
|
||||
|
||||
Reference in New Issue
Block a user