mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookIta of Phrasebook =
|
|
GreetingsIta,
|
|
WordsIta
|
|
** open
|
|
(R = Roles),
|
|
SyntaxIta,
|
|
ParadigmsIta,
|
|
Prelude in {
|
|
|
|
lin
|
|
PGreeting p g = mkText (lin Text (ss (g.s ! p.p ! R.Male ! R.Male))) (lin Text (ss p.s)) ;
|
|
|
|
}
|
|
|