forked from GitHub/gf-core
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookFin of Phrasebook =
|
|
GreetingsFin,
|
|
WordsFin ** open
|
|
SyntaxFin,
|
|
Prelude in {
|
|
|
|
lin
|
|
PGreeting g = lin Text (ss g.s) ;
|
|
|
|
}
|