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

concrete PhrasebookFre of Phrasebook = 
  GreetingsFre,
  WordsFre
  ** open 
    SyntaxFre,
    Prelude in {

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