From 032531c6a690edbb377ff11ee2a743a30c5bf500 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 27 Jun 2008 11:27:40 +0000 Subject: rm old tutorials --- doc/tutorial/arithm/Arithm.gf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 doc/tutorial/arithm/Arithm.gf (limited to 'doc/tutorial/arithm/Arithm.gf') diff --git a/doc/tutorial/arithm/Arithm.gf b/doc/tutorial/arithm/Arithm.gf deleted file mode 100644 index 00d6b4780..000000000 --- a/doc/tutorial/arithm/Arithm.gf +++ /dev/null @@ -1,13 +0,0 @@ -abstract Arithm = { - - cat - Prop ; - Nat ; - - fun - Zero : Nat ; - Succ : Nat -> Nat ; - Even : Nat -> Prop ; - And : Prop -> Prop -> Prop ; - -} -- cgit v1.2.3