mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 21:39:32 -06:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
abstract PeacePhrases = PeaceCat ** {
|
|
|
|
fun
|
|
Hello : Phrase ;
|
|
GoodMorning : Phrase ;
|
|
GoodEvening : Phrase ;
|
|
WhatIsNamePron : Pron -> Phrase ;
|
|
|
|
} |