forked from GitHub/gf-core
15 lines
176 B
Plaintext
15 lines
176 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookCat of Phrasebook =
|
|
GreetingsCat,
|
|
WordsCat
|
|
** open
|
|
SyntaxCat,
|
|
Prelude in {
|
|
|
|
lin
|
|
PGreeting g = lin Text (ss g.s) ;
|
|
|
|
}
|
|
|