Files
gf-core/lib/src/persian/ExtraPesAbs.gf
2011-06-13 21:27:20 +00:00

10 lines
154 B
Plaintext

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