summaryrefslogtreecommitdiff
path: root/examples/phrasebook/PhrasebookSwe.gf
blob: 1273c56c0f04820eab9870c963b42ec4e512aa92 (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 p g = mkText (lin Text (ss g.s)) (lin Text (ss p.s)) ;

}