mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 04:02:52 -06:00
14 lines
206 B
Plaintext
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)) ;
|
|
|
|
}
|