mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
Added peacekeeping example back in. Doesn't compile yet.
This commit is contained in:
9
examples/peacekeeping/PeacePhrases.gf
Normal file
9
examples/peacekeeping/PeacePhrases.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
abstract PeacePhrases = PeaceCat ** {
|
||||
|
||||
fun
|
||||
Hello : Phrase ;
|
||||
GoodMorning : Phrase ;
|
||||
GoodEvening : Phrase ;
|
||||
WhatIsNamePron : Pron -> Phrase ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user