forked from GitHub/gf-core
Diff interface for Phrasebook
This commit is contained in:
12
examples/phrasebook/DiffPhrasebookFin.gf
Normal file
12
examples/phrasebook/DiffPhrasebookFin.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
instance DiffPhrasebookFin of DiffPhrasebook = open
|
||||
SyntaxFin,
|
||||
ParadigmsFin
|
||||
in {
|
||||
|
||||
flags coding = utf8 ;
|
||||
|
||||
oper
|
||||
want_V2 = mkV2 (mkV "haluta") ;
|
||||
like_V2 = mkV2 (mkV "pitää") elative ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user