mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 06:19:33 -06:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
abstract ExtraSndAbs = Extra ** {
|
|
|
|
-- uncontracted negations; contracted are the default
|
|
fun
|
|
|
|
each_Det : Det ;
|
|
have_V : V;
|
|
cost_V : V;
|
|
}
|