summaryrefslogtreecommitdiff
path: root/examples/phrasebook/PhrasebookEng.gf
blob: 88feca11acaf26bf11d752ab909bc68a1ec41d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--# -path=.:present

concrete PhrasebookEng of Phrasebook = 
  GreetingsEng,
  WordsEng ** open 
    (R = Roles),
    SyntaxEng,
    Prelude in {

lin
  PGreeting p g = mkText (lin Text g) (lin Text (ss p.s)) ;

}