forked from GitHub/gf-core
complete RGL implementation for Mongolian by Nyamsuren Erdenebadrakh
This commit is contained in:
11
lib/src/mongolian/MakeStructuralMon.gf
Normal file
11
lib/src/mongolian/MakeStructuralMon.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
--# -path=.:../common:../abstract
|
||||
|
||||
resource MakeStructuralMon = open CatMon, ParadigmsMon, ResMon, Prelude in {
|
||||
|
||||
oper
|
||||
mkConj : Str -> Str -> Conj = \x,y -> lin Conj
|
||||
{s1 = x ; s2 = y} ;
|
||||
|
||||
mkSubj : Str -> Subj = \x -> lin Subj {s = x} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user