doc-src/TutorialI/Misc/fakenat.thy
changeset 8745 13b32661dde4
child 9494 44fefb6e9994
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc-src/TutorialI/Misc/fakenat.thy	Wed Apr 19 11:56:31 2000 +0200
@@ -0,0 +1,13 @@
+(*<*)
+theory fakenat = Main:;
+(*>*)
+
+text{*\noindent
+The type \isaindexbold{nat} of natural numbers is predefined and
+behaves like
+*}
+
+datatype nat = "0" | Suc nat
+(*<*)
+end
+(*>*)