mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 22:39:31 -06:00
13 lines
197 B
Plaintext
13 lines
197 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 ;
|
|
|
|
}
|