mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 18:29:33 -06:00
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookDut of Phrasebook =
|
|
GreetingsDut,
|
|
WordsDut ** open
|
|
SyntaxDut,
|
|
Prelude in {
|
|
|
|
lin
|
|
PGreeting g = lin Text (ss g.s) ;
|
|
|
|
}
|