Files
gf-core/examples/phrasebook/PhrasebookSwe.gf

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 ;
}