summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/PeacePhrases.gf
blob: e883e9e199f7234b88a241246fdb843d603cb559 (plain)
1
2
3
4
5
6
7
8
9
abstract PeacePhrases = PeaceCat ** {

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

}