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