junk
authornipkow
Wed, 26 Aug 1998 18:08:04 +0200
changeset 5378 f5a0de92bcc8
parent 5377 efb799c5ed3c
child 5379 69b0c72d70d0
junk
doc-src/Tutorial/Misc/Itrev.thy~
--- a/doc-src/Tutorial/Misc/Itrev.thy~	Wed Aug 26 17:27:27 1998 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-Itrev = Main +
-consts itrev :: 'a list => 'a list => 'a list
-primrec itrev list
-"itrev []     ys = ys"
-"itrev (x#xs) ys = itrev xs (x#ys)"
-end