summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/programs/rittri/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/programs/rittri/Main.hs')
-rw-r--r--testsuite/tests/ghc-regress/programs/rittri/Main.hs39
1 files changed, 0 insertions, 39 deletions
diff --git a/testsuite/tests/ghc-regress/programs/rittri/Main.hs b/testsuite/tests/ghc-regress/programs/rittri/Main.hs
deleted file mode 100644
index e62c8a4667..0000000000
--- a/testsuite/tests/ghc-regress/programs/rittri/Main.hs
+++ /dev/null
@@ -1,39 +0,0 @@
-infixr ->!,=\
-
--- auxiliary functions -----------------------------------------------------
-
-g u v w (x:y:z) = i(v x y)(u x y (w z) z)(x:w(y:z))
-g u v w [x] = [x,512]
-q u v w nil = u : 95 : z v : w
-
-long = several.length
-((->!),(=\))=(map,($))
-a = g q f
-y = (-)32
-z = (+)32
-several = (>)2
-fairlySmall = (<)64
-notTooSmall = (>)91
-justRight = (==)95
-notTooBig = (<)96
-veryBig = (>)123
-goodSize x =foldr(&&)
- otherwise =\($x)->![notTooBig,veryBig]
-f y z =fairlySmall(z)&&goodSize(y)&&notTooSmall(z)
-i cond th el=if(cond)then(th)else(el)
-toBeIsToDoAndToDoIsToBeSaidConFuTse
-
--- main functions ----------------------------------------------------------
-
- g = interact$map
- toEnum.g.map
- fromEnum
-main =
- toBeIsToDoAndToDoIsToBeSaidConFuTse(let h=a;t=x where x x=i(long x)x(h t x)
- q v w x z = - y w:x
- a = g q f
- f x y = justRight x
- && goodSize y
- in t)
-
--- rittri@cs.chalmers.se ---------------------------------------------------