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

concrete PhrasebookFin of Phrasebook = 
  GreetingsFin,
  WordsFin ** open 
    SyntaxFin,
    Prelude in {

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

}