forked from GitHub/gf-core
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
abstract PeacePhrases = PeaceCat ** {
|
|
|
|
fun
|
|
Hello : Phrase ;
|
|
GoodMorning : Phrase ;
|
|
GoodEvening : Phrase ;
|
|
WhatIsNamePron : Pron -> Phrase ;
|
|
|
|
} |