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

concrete PhrasebookEng of Phrasebook = 
  GreetingsEng,
  WordsEng ** open 
    SyntaxEng,
    Prelude in {

flags 
  language = en_US ;

lin
  PGreeting g = lin Text g ;

}