forked from GitHub/gf-rgl
Implement and_Conj and or_Conj
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
--# -path=.:../abstract:../common:../../prelude
|
--# -path=.:../abstract:../common:../../prelude
|
||||||
|
|
||||||
concrete StructuralTur of Structural = CatTur **
|
concrete StructuralTur of Structural = CatTur **
|
||||||
open ResTur, ParadigmsTur in {
|
open ResTur, ParadigmsTur, Prelude in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
optimize=all ; coding = utf8 ;
|
optimize=all ; coding = utf8 ;
|
||||||
@@ -64,4 +64,8 @@ concrete StructuralTur of Structural = CatTur **
|
|||||||
between_Prep =
|
between_Prep =
|
||||||
mkPrep "arasında" Gen ;
|
mkPrep "arasında" Gen ;
|
||||||
|
|
||||||
|
and_Conj = ss "ve" ;
|
||||||
|
|
||||||
|
or_Conj = ss "veya" ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user