mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
18 lines
238 B
Plaintext
18 lines
238 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookPol of Phrasebook =
|
|
GreetingsPol,
|
|
WordsPol ** open
|
|
SyntaxPol,
|
|
Prelude in {
|
|
|
|
flags
|
|
language = pl_PL ; optimize =values ; coding =utf8 ;
|
|
|
|
|
|
|
|
lin
|
|
PGreeting g = lin Text g ;
|
|
|
|
}
|