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

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

lin
  PGreeting g = lin Text g ;

}