From e7439d65b0e153434d3acc07df6e2a0972ee79ca Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 11 Jan 2011 15:46:43 +0000 Subject: gf-book web page index and toc --- book/examples/chapter8/CalculatorC.gf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 book/examples/chapter8/CalculatorC.gf (limited to 'book/examples/chapter8/CalculatorC.gf') diff --git a/book/examples/chapter8/CalculatorC.gf b/book/examples/chapter8/CalculatorC.gf deleted file mode 100644 index 99db80530..000000000 --- a/book/examples/chapter8/CalculatorC.gf +++ /dev/null @@ -1,10 +0,0 @@ -concrete CalculatorC of Calculator = open Formal, Prelude in { -lincat - Exp = TermPrec ; -lin - EPlus = infixl 0 "+" ; - EMinus = infixl 0 "-" ; - ETimes = infixl 1 "*" ; - EDiv = infixl 1 "/" ; - EInt i = constant i.s ; -} -- cgit v1.2.3