mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf for full git commit history
12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
abstract IrregLatAbs = Cat ** {
|
|
fun
|
|
be_V : V ;
|
|
can_VV : VV ;
|
|
bring_V : V ;
|
|
want_V : V ;
|
|
go_V : V;
|
|
become_V : V;
|
|
rain_V : V;
|
|
hate_V : V;
|
|
}
|