mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 01:09:32 -06:00
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
abstract TestVerbesAbs = TestResource, VerbesAbs ** {
|
|
fun UseVN : VN -> V ;
|
|
fun UseVN2 : VN2 -> V2 ;
|
|
}
|