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/mathtext/Geometry.gf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/mathtext/Geometry.gf (limited to 'examples/mathtext/Geometry.gf') diff --git a/examples/mathtext/Geometry.gf b/examples/mathtext/Geometry.gf deleted file mode 100644 index c43654b9b..000000000 --- a/examples/mathtext/Geometry.gf +++ /dev/null @@ -1,12 +0,0 @@ -abstract Geometry = Logic ** { -fun - Line, Point, Circle : Dom ; - Intersect, Parallel : Ind -> Ind -> Atom ; - Vertical : Ind -> Atom ; - Centre : Ind -> Ind ; - - Horizontal : Pred1 ; - Diverge : Pred1 ; - - Contain : Pred2 ; -} -- cgit v1.2.3