mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 14:29:31 -06:00
12 lines
121 B
Plaintext
12 lines
121 B
Plaintext
abstract Phrasebook =
|
|
Greetings,
|
|
Words
|
|
** {
|
|
|
|
flags startcat = Phrase ;
|
|
|
|
fun
|
|
PGreeting : Greeting -> Phrase ;
|
|
|
|
}
|