mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
abstract ExtraUrdAbs = Extra ** {
|
|
|
|
-- uncontracted negations; contracted are the default
|
|
fun
|
|
|
|
each_Det : Det ;
|
|
have_V : V;
|
|
cost_V : V;
|
|
}
|