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/Symbols.gf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 examples/mathtext/Symbols.gf (limited to 'examples/mathtext/Symbols.gf') diff --git a/examples/mathtext/Symbols.gf b/examples/mathtext/Symbols.gf deleted file mode 100644 index b56718a01..000000000 --- a/examples/mathtext/Symbols.gf +++ /dev/null @@ -1,10 +0,0 @@ -abstract Symbols = { - -cat - Exp ; - -fun --- EInt : Int -> Expp ; --- clashes with EVar... - EVar : String -> Exp ; - EIn, EPlus, ETimes, EEq, EGt, ELt : Exp -> Exp -> Exp ; -} -- cgit v1.2.3