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/features/Param.gf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 old-examples/features/Param.gf (limited to 'old-examples/features') diff --git a/old-examples/features/Param.gf b/old-examples/features/Param.gf deleted file mode 100644 index 15b0cd8b7..000000000 --- a/old-examples/features/Param.gf +++ /dev/null @@ -1,11 +0,0 @@ -resource Param = { - - param Bool = True | False ; - - oper and -- : Bool -> Bool -> Bool - = \\x,y => case x of { - True => y ; - False => False - } ; - -} -- cgit v1.2.3