Files
gf-core/examples/phrasebook/DiffPhrasebookFre.gf
2010-03-21 19:57:53 +00:00

14 lines
189 B
Plaintext

instance DiffPhrasebookFre of DiffPhrasebook = open
SyntaxFre,
IrregFre,
ParadigmsFre
in {
flags coding = utf8 ;
oper
want_V2 = vouloir_V2 ;
like_V2 = mkV2 (mkV "aimer") ;
}