mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookFin of Phrasebook =
|
|
GreetingsFin,
|
|
WordsFin ** open
|
|
SyntaxFin,
|
|
Prelude in {
|
|
|
|
lin
|
|
PGreeting g = lin Text (ss g.s) ;
|
|
|
|
}
|