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

concrete PhrasebookGer of Phrasebook = 
  GreetingsGer,
  WordsGer ** open 
    SyntaxGer,
    Prelude in {

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

}