mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
13 lines
133 B
Plaintext
13 lines
133 B
Plaintext
abstract ExtraRusAbs = Cat ** {
|
|
|
|
fun
|
|
|
|
have_V3 : V3 ;
|
|
have2_V3 : V3 ;
|
|
have_not_V3 : V3;
|
|
|
|
be_V3 : V3 ;
|
|
|
|
to2_Prep : Prep ;
|
|
}
|