mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookSwe of Phrasebook =
|
|
GreetingsSwe,
|
|
WordsSwe ** open
|
|
SyntaxSwe,
|
|
Prelude in {
|
|
|
|
lin
|
|
PSentence s = mkText s | lin Text (mkUtt s) ; -- optional .
|
|
PQuestion s = mkText s | lin Text (mkUtt s) ; -- optional ?
|
|
PGreeting g = mkPhrase g ;
|
|
|
|
}
|