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

concrete PhrasebookRus of Phrasebook = 
  GreetingsRus,
  WordsRus ** open 
    SyntaxRus,
    Prelude in {

  -- lin
  --   PGreeting g = lin Text g ;

}