diff options
Diffstat (limited to 'examples/phrasebook/DiffPhrasebookRon.gf')
| -rw-r--r-- | examples/phrasebook/DiffPhrasebookRon.gf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/phrasebook/DiffPhrasebookRon.gf b/examples/phrasebook/DiffPhrasebookRon.gf index 060b8301d..61e928b72 100644 --- a/examples/phrasebook/DiffPhrasebookRon.gf +++ b/examples/phrasebook/DiffPhrasebookRon.gf @@ -10,7 +10,8 @@ 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" ; ---- ? + cost_V2 = dirV2(v_besch18 "costa") ; + + cost_V = v_besch18 "costa" ; } |
