mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 20:06:29 -06:00
15 lines
225 B
Plaintext
15 lines
225 B
Plaintext
abstract IrregLatAbs = Cat ** {
|
|
fun
|
|
be_V : V ;
|
|
can_V : V ;
|
|
bring_V : V ;
|
|
want_V : V ;
|
|
go_V : V;
|
|
become_V : V;
|
|
rain_V : V;
|
|
hate_V : V;
|
|
not8want_V : V ;
|
|
make_V : V ;
|
|
give_V : V ;
|
|
}
|