summaryrefslogtreecommitdiff
path: root/examples/phrasebook/DiffPhrasebook.gf
blob: 27076323b80a662598afe062158d7ef88cfaacfc (plain)
1
2
3
4
5
6
7
8
9
interface DiffPhrasebook = open Syntax in {

oper
  want_V2 : V2 ;
  like_V2 : V2 ;
  cost_V2 : V2 ; -- it costs five euros
  cost_V  : V ;  -- how much does it cost

}