Files
gf-core/examples/phrasebook/PhrasebookIta.gf

15 lines
176 B
Plaintext

--# -path=.:present
concrete PhrasebookIta of Phrasebook =
GreetingsIta,
WordsIta
** open
SyntaxIta,
Prelude in {
lin
PGreeting g = lin Text (ss g.s) ;
}