summaryrefslogtreecommitdiff
path: root/examples/phrasebook/DiffPhrasebookRon.gf
blob: 61e928b7286ec44cf83cc340a6ac1ee84517a659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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(v_besch18 "costa") ;

  cost_V  = v_besch18 "costa" ;

}