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/animals/Questions.gf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 examples/animals/Questions.gf (limited to 'examples/animals/Questions.gf') diff --git a/examples/animals/Questions.gf b/examples/animals/Questions.gf deleted file mode 100644 index bb25e785d..000000000 --- a/examples/animals/Questions.gf +++ /dev/null @@ -1,10 +0,0 @@ --- Simple questions and answers, in present tense. - -abstract Questions = { - cat - Phrase ; Entity ; Action ; - fun - Who : Action -> Entity -> Phrase ; -- who chases X - Whom : Entity -> Action -> Phrase ; -- whom does X chase - Answer : Entity -> Action -> Entity -> Phrase ; -- X chases Y -} -- cgit v1.2.3