mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
To silence warnings and avoid potential problems after changing the default encoding to UTF-8.
18 lines
316 B
Plaintext
18 lines
316 B
Plaintext
--# -path=.:../abstract:../common:../../prelude
|
|
|
|
-- (c) 2009 Server Çimen under LGPL
|
|
|
|
abstract IrregTurAbs = Cat ** {
|
|
flags coding=utf8;
|
|
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 ;
|
|
} |