summaryrefslogtreecommitdiff
path: root/examples/phrasebook/PhrasebookRus.gf
blob: a79b9cbd5ecfb1767f4a889fbde8dfa7c03ead36 (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 ;

}