forked from GitHub/gf-core
9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
abstract ExtraUrdAbs = Extra ** {
|
|
|
|
-- uncontracted negations; contracted are the default
|
|
fun
|
|
|
|
each_Det : Det ;
|
|
have_V : V;
|
|
}
|