mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookEng of Phrasebook =
|
|
GreetingsEng,
|
|
WordsEng ** open
|
|
(R = Roles),
|
|
SyntaxEng,
|
|
Prelude in {
|
|
|
|
lin
|
|
PGreeting p g = mkText (lin Text g) (lin Text (ss p.s)) ;
|
|
|
|
}
|