forked from GitHub/gf-core
language specific extensions started
This commit is contained in:
8
lib/resource-1.0/english/ExtraEng.gf
Normal file
8
lib/resource-1.0/english/ExtraEng.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
concrete ExtraEng of ExtraEngAbs = CatEng ** open ResEng in {
|
||||
|
||||
lin
|
||||
GenNP np = {s = \\_ => np.s ! Gen} ;
|
||||
EmbedBareS s = s ;
|
||||
ComplBareVS v s = insertObj (\\_ => s.s) (predV v) ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user