mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
17 lines
295 B
Plaintext
17 lines
295 B
Plaintext
--# -path=.:../abstract:../common:../../prelude
|
|
|
|
-- (c) 2009 Server Çimen under LGPL
|
|
|
|
abstract IrregTurAbs = Cat ** {
|
|
fun
|
|
eat_V : V ;
|
|
fear_V : V ;
|
|
fight_V : V ;
|
|
find_V : V ;
|
|
hate_V : V ;
|
|
hit_V : V ;
|
|
know_V : V ;
|
|
leave_V : V ;
|
|
like_V : V ;
|
|
see_V : V ;
|
|
} |