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

14 lines
206 B
Plaintext

--# -path=.:present
concrete PhrasebookRon of Phrasebook =
GreetingsRon,
WordsRon
** open
SyntaxRon,
Prelude in {
lin
PGreeting p g = mkText (lin Text (ss g.s)) (lin Text (ss p.s)) ;
}