forked from GitHub/gf-core
first compilable LangDut
This commit is contained in:
17
lib/src/dutch/MakeStructuralDut.gf
Normal file
17
lib/src/dutch/MakeStructuralDut.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
--# -path=.:../common:../abstract
|
||||
|
||||
resource MakeStructuralDut = open CatDut, ParadigmsDut, MorphoDut, Prelude in
|
||||
{
|
||||
--{
|
||||
--
|
||||
--oper
|
||||
-- mkConj : Str -> Str -> Number -> Conj = \x,y,n ->
|
||||
-- {s1 = x ; s2 = y ; n = n ; lock_Conj = <>} ;
|
||||
-- mkSubj : Str -> Subj = \x ->
|
||||
-- {s = x ; lock_Subj = <>} ;
|
||||
-- mkIQuant : Str -> IQuant = \s ->
|
||||
-- {s = \\_,_,_ => s ; lock_IQuant = <>} ;
|
||||
--
|
||||
--}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user