forked from GitHub/gf-core
added noun compound form to Swe; commented out Constructions and Documentation in Lang concretes, because their presence makes it impossible to bootstrap the compilation of the library, causing new makes of the library to fail (to be fixed)
This commit is contained in:
@@ -14,7 +14,7 @@ interface ResScand = DiffScand ** open CommonScand, Prelude in {
|
||||
p = P3
|
||||
} ;
|
||||
|
||||
Noun = {s : Number => Species => Case => Str ; g : NGender} ;
|
||||
Noun = {s : Number => Species => Case => Str ; g : NGender ; co : Str} ; -- co = compounding form
|
||||
|
||||
-- needed for VP conjunction
|
||||
param
|
||||
|
||||
Reference in New Issue
Block a user