mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
17 lines
202 B
Plaintext
17 lines
202 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookIta of Phrasebook =
|
|
GreetingsIta,
|
|
WordsIta
|
|
** open
|
|
SyntaxIta,
|
|
Prelude in {
|
|
|
|
flags language = it_IT ;
|
|
|
|
lin
|
|
PGreeting g = lin Text (ss g.s) ;
|
|
|
|
}
|
|
|