[project @ 2003-07-31 17:45:22 by ross]
[ghc-base.git] / Text / ParserCombinators / Parsec / examples / while / fac.wh
diff --git a/Text/ParserCombinators/Parsec/examples/while/fac.wh b/Text/ParserCombinators/Parsec/examples/while/fac.wh
deleted file mode 100644 (file)
index 12e87dd..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-y := x; z := 1; while y>1 do (z := z*y; y:=y-1); y:=0
-