mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -06:00
15 lines
190 B
Plaintext
15 lines
190 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookSpa of Phrasebook =
|
|
GreetingsSpa,
|
|
WordsSpa
|
|
** open
|
|
SyntaxSpa,
|
|
Prelude in {
|
|
|
|
lin
|
|
PGreeting g = lin Text (ss g.s) ;
|
|
|
|
}
|
|
|