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/smarthouse/Smart.gf | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 doc/tutorial/smarthouse/Smart.gf (limited to 'doc/tutorial/smarthouse/Smart.gf') diff --git a/doc/tutorial/smarthouse/Smart.gf b/doc/tutorial/smarthouse/Smart.gf deleted file mode 100644 index f23082b47..000000000 --- a/doc/tutorial/smarthouse/Smart.gf +++ /dev/null @@ -1,17 +0,0 @@ -abstract Smart = { - -flags startcat = Command ; - -cat - Command ; - Kind ; - Action Kind ; - Device Kind ; -fun - CAction : (k : Kind) -> Action k -> Device k -> Command ; - DKindOne : (k : Kind) -> Device k ; - light, fan : Kind ; - switchOn, switchOff : (k : Kind) -> Action k ; - dim : Action light ; -} - -- cgit v1.2.3