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

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

}