Files
gf-core/lib/src/urdu/ExtraUrdAbs.gf
2012-11-04 17:06:32 +00:00

11 lines
172 B
Plaintext

abstract ExtraUrdAbs = Extra ** {
-- uncontracted negations; contracted are the default
fun
each_Det : Det ;
have_V : V;
cost_V : V;
UncNeg : Pol ;
}