mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
17 lines
251 B
Plaintext
17 lines
251 B
Plaintext
instance DiffPhrasebookFre of DiffPhrasebook = open
|
|
SyntaxFre,
|
|
IrregFre,
|
|
ParadigmsFre
|
|
in {
|
|
|
|
flags coding = utf8 ;
|
|
|
|
oper
|
|
want_V2 = vouloir_V2 ;
|
|
like_V2 = mkV2 (mkV "aimer") ;
|
|
|
|
cost_V2 = mkV2 (mkV "coûter") ;
|
|
cost_V = mkV "coûter" ;
|
|
|
|
}
|