mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 07:49:31 -06:00
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
instance DiffPhrasebookFin of DiffPhrasebook = open
|
|
SyntaxFin,
|
|
ParadigmsFin
|
|
in {
|
|
|
|
flags coding = utf8 ;
|
|
|
|
oper
|
|
want_V2 = mkV2 (mkV "haluta") ;
|
|
like_V2 = mkV2 (mkV "pitää") elative ;
|
|
|
|
cost_V2 = mkV2 (mkV "maksaa") ;
|
|
cost_V = mkV "maksaa" ;
|
|
}
|