mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
abstract TestVerbsFreAbs = TestResource, VerbsFreAbs ** {
|
|
fun UseVN : VN -> V ;
|
|
fun UseVN2 : VN2 -> V2 ;
|
|
}
|