gf-3.1.6: examples/peacekeeping/PeacePhrases.gf
abstract PeacePhrases = PeaceCat ** {
fun
Hello : Phrase ;
GoodMorning : Phrase ;
GoodEvening : Phrase ;
WhatIsNamePron : Pron -> Phrase ;
}abstract PeacePhrases = PeaceCat ** {
fun
Hello : Phrase ;
GoodMorning : Phrase ;
GoodEvening : Phrase ;
WhatIsNamePron : Pron -> Phrase ;
}