mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-30 07:56:58 -06:00
some fragments in the Turkish grammar
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
concrete AdjectiveTur of Adjective = CatTur ** open ResTur, Prelude in {
|
||||
|
||||
lin
|
||||
PositA a = {s=a.s} ;
|
||||
|
||||
ComparA a np = {
|
||||
s = \\n,c => np.s ! Ablat ++ a.s ! n ! c ;
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user