1
0
forked from GitHub/gf-core
Files
gf-core/examples/phrasebook/PhrasebookBul.gf

13 lines
166 B
Plaintext

--# -path=.:present
concrete PhrasebookBul of Phrasebook =
GreetingsBul,
WordsBul ** open
SyntaxBul,
Prelude in {
lin
PGreeting g = lin Text g ;
}