From f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Mon, 16 Sep 2013 07:17:27 +0000 Subject: Remove contribs and examples Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb --- examples/peacekeeping/PeaceRes.gf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 examples/peacekeeping/PeaceRes.gf (limited to 'examples/peacekeeping/PeaceRes.gf') diff --git a/examples/peacekeeping/PeaceRes.gf b/examples/peacekeeping/PeaceRes.gf deleted file mode 100644 index f39107a1e..000000000 --- a/examples/peacekeeping/PeaceRes.gf +++ /dev/null @@ -1,13 +0,0 @@ -resource PeaceRes = { - - param Punct = FullStop | QuestMark | ExclMark ; - - param SForm = SPos | SNeg | SQuest ; - - oper - stop, quest, excl : Str -> { s : Str; p : Punct } ; - stop x = { s = x; p = FullStop } ; - quest x = { s = x; p = QuestMark } ; - excl x = { s = x; p = ExclMark } ; - -} \ No newline at end of file -- cgit v1.2.3