doc-src/Codegen/Thy/document/Introduction.tex
changeset 37428 b3d94253e7f2
parent 34179 5490151d1052
child 37610 1b09880d9734
--- a/doc-src/Codegen/Thy/document/Introduction.tex	Mon Jun 14 15:27:09 2010 +0200
+++ b/doc-src/Codegen/Thy/document/Introduction.tex	Mon Jun 14 15:27:09 2010 +0200
@@ -234,13 +234,6 @@
 \noindent%
 \hspace*{0pt}module Example where {\char123}\\
 \hspace*{0pt}\\
-\hspace*{0pt}foldla ::~forall a b.~(a -> b -> a) -> a -> [b] -> a;\\
-\hspace*{0pt}foldla f a [] = a;\\
-\hspace*{0pt}foldla f a (x :~xs) = foldla f (f a x) xs;\\
-\hspace*{0pt}\\
-\hspace*{0pt}rev ::~forall a.~[a] -> [a];\\
-\hspace*{0pt}rev xs = foldla ({\char92}~xsa x -> x :~xsa) [] xs;\\
-\hspace*{0pt}\\
 \hspace*{0pt}list{\char95}case ::~forall a b.~a -> (b -> [b] -> a) -> [b] -> a;\\
 \hspace*{0pt}list{\char95}case f1 f2 (a :~list) = f2 a list;\\
 \hspace*{0pt}list{\char95}case f1 f2 [] = f1;\\