1
0
forked from GitHub/gf-core
Files
gf-core/examples/phrasebook/DiffPhrasebookRon.gf

17 lines
313 B
Plaintext

instance DiffPhrasebookRon of DiffPhrasebook = open
SyntaxRon,
BeschRon,
ParadigmsRon
in {
flags coding = utf8 ;
oper
want_V2 = dirV2 (lin V want_VV) ; -- mkVV (v_besch74 "vrea")
like_V2 = dirV2 (v_besch71 "plăcea") ;
cost_V2 = dirV2 (mkV "costa") ; ---- ?
cost_V = mkV "costa" ; ---- ?
}