packages feed

gf-3.1.6: examples/peacekeeping/PeacePhrases.gf

abstract PeacePhrases = PeaceCat ** {

  fun
    Hello : Phrase ;
    GoodMorning : Phrase ;
    GoodEvening : Phrase ;
    WhatIsNamePron : Pron -> Phrase ;

}