Files
gf-core/lib/src/hindustani/ExtraHindustaniAbs.gf

10 lines
161 B
Plaintext

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