summaryrefslogtreecommitdiff
path: root/examples/phrasebook/DiffPhrasebookEng.gf
blob: 40c80245988919ad8b703d42d72c35c76ebd8216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
instance DiffPhrasebookEng of DiffPhrasebook = open 
  SyntaxEng,
  ParadigmsEng,
  IrregEng 
in {

oper
  want_V2 = mkV2 (mkV "want") ;
  like_V2 = mkV2 (mkV "like") ;
  cost_V2 = mkV2 IrregEng.cost_V ;
  cost_V  = IrregEng.cost_V ;
}