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

concrete PhrasebookBul of Phrasebook = 
  GreetingsBul,
  WordsBul ** open 
    SyntaxBul,
    Prelude in {

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

}