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

concrete PhrasebookIta of Phrasebook = 
  GreetingsIta,
  WordsIta
  ** open 
    SyntaxIta,
    Prelude in {

flags language = it_IT ;

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

}