forked from GitHub/gf-core
11 lines
172 B
Plaintext
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 ;
|
|
}
|