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

concrete PhrasebookDan of Phrasebook = 
  GreetingsDan,
  WordsDan ** open 
    SyntaxDan,
    Prelude in {

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

}