From 5c713d8f027a9b6be687ee3f7e917e8bd2115773 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 27 Jun 2008 09:18:50 +0000 Subject: took away old-examples --- old-examples/model/MathI.gf | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 old-examples/model/MathI.gf (limited to 'old-examples/model/MathI.gf') diff --git a/old-examples/model/MathI.gf b/old-examples/model/MathI.gf deleted file mode 100644 index 1d049633c..000000000 --- a/old-examples/model/MathI.gf +++ /dev/null @@ -1,16 +0,0 @@ -incomplete concrete MathI of Math = - open Syntax, Lex in { - - flags startcat = Prop ; - - lincat - Prop = S ; - Elem = NP ; - - lin - And x y = mkS and_Conj x y ; - Even x = mkS (mkCl x even_A) ; - Odd x = mkS (mkCl x odd_A) ; - Zero = mkNP zero_PN ; - -} -- cgit v1.2.3