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/Math.gf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 old-examples/model/Math.gf (limited to 'old-examples/model/Math.gf') diff --git a/old-examples/model/Math.gf b/old-examples/model/Math.gf deleted file mode 100644 index 036cab294..000000000 --- a/old-examples/model/Math.gf +++ /dev/null @@ -1,11 +0,0 @@ -abstract Math = { - - cat Prop ; Elem ; - - fun - And : Prop -> Prop -> Prop ; - Even : Elem -> Prop ; - Odd : Elem -> Prop ; - Zero : Elem ; - -} -- cgit v1.2.3