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

13 lines
166 B
Plaintext

--# -path=.:present
concrete PhrasebookRus of Phrasebook =
GreetingsRus,
WordsRus ** open
SyntaxRus,
Prelude in {
lin
PGreeting g = lin Text g ;
}