mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
14 lines
175 B
Plaintext
14 lines
175 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookRon of Phrasebook =
|
|
GreetingsRon,
|
|
WordsRon
|
|
** open
|
|
SyntaxRon,
|
|
Prelude in {
|
|
|
|
lin
|
|
PGreeting g = lin Text (ss g.s) ;
|
|
|
|
}
|