mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
abstract PeacePhrases = Cat ** {
|
|
|
|
fun
|
|
Hello : Phr ;
|
|
GoodMorning : Phr ;
|
|
GoodEvening : Phr ;
|
|
WhatIsNamePron : Pron -> Phr ;
|
|
|
|
} |