summaryrefslogtreecommitdiff
path: root/examples/phrasebook/PhrasebookBul.gf
blob: 312b0522fa57fc93f2a78577dab048d8a71ea81e (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 g ;

}