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

concrete PhrasebookSwe of Phrasebook = 
  GreetingsSwe,
  WordsSwe ** open 
    SyntaxSwe,
    Prelude in {

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

}