mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 07:19:31 -06:00
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 ;
|
|
}
|