[project @ 1997-03-14 07:52:06 by simonpj]
[ghc-hetmet.git] / ghc / CONTRIB / pphs / docs / math.hs
diff --git a/ghc/CONTRIB/pphs/docs/math.hs b/ghc/CONTRIB/pphs/docs/math.hs
deleted file mode 100644 (file)
index 4906527..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
--- list concatenation (right-associative)
-(++)                   :: [a] -> [a] -> [a]
-xs ++ ys               =  foldr (:) ys xs