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

concrete PhrasebookCat of Phrasebook = 
  GreetingsCat,
  WordsCat
  ** open 
    SyntaxCat,
    Prelude in {

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

}