mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
9 lines
99 B
Plaintext
9 lines
99 B
Plaintext
abstract ExtraHinAbs = Extra ** {
|
|
|
|
fun
|
|
|
|
each_Det : Det ;
|
|
have_V : V;
|
|
cost_V : V;
|
|
}
|