mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 20:52:50 -06:00
implemented the top-17 missing functions in ParseChi; shaky definitions though
This commit is contained in:
@@ -23,5 +23,7 @@ concrete AdjectiveChi of Adjective = CatChi ** open ResChi, Prelude in {
|
||||
AdAP ada ap = complexAP (ada.s ++ ap.s) ;
|
||||
|
||||
UseA2 a = a ;
|
||||
|
||||
AdvAP ap adv = complexAP (adv.s ++ ap.s) ; ----
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user